Nevron .NET Vision
Nevron.FormulaEngine Namespace / INFunction Interface / GetArgumentsInfo Method


In This Topic
    GetArgumentsInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub GetArgumentsInfo( _
       ByRef minCount As System.Integer, _
       ByRef maxCount As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As INFunction
    Dim minCount As System.Integer
    Dim maxCount As System.Integer
     
    instance.GetArgumentsInfo(minCount, maxCount)
    void GetArgumentsInfo( 
       out System.int minCount,
       out System.int maxCount
    )

    Parameters

    minCount
    maxCount
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also