Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / MaxArgs Property


In This Topic
    MaxArgs Property (FunctionInfo)
    In This Topic
    Gets the maximum number of arguments for the function.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property MaxArgs As Integer
    'Usage
     
    
    Dim instance As FunctionInfo
    Dim value As Integer
     
    value = instance.MaxArgs
    public abstract int MaxArgs {get;}
    See Also