CalcEngine for .NET
C1.CalcEngine Namespace / Argument Class / Types Property

In This Topic
    Types Property
    In This Topic
    Gets available types for current argument.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Types As Type()
    public Type[] Types {get;}
    See Also