CalcEngine for .NET
C1.CalcEngine.ExpressionEngine Namespace / BaseFunctionExpression Class / GetFunctionArgs Method

In This Topic
    GetFunctionArgs Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFunctionArgs( _
       ByVal functionType As ItemType _
    ) As List(Of IExpression)
    public virtual List<IExpression> GetFunctionArgs( 
       ItemType functionType
    )

    Parameters

    functionType
    See Also