adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / FunctionCallToken Class / Arguments Field


In This Topic
    Arguments Field
    In This Topic
    List of the arguments parsed for the function.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Arguments As TokenElementList
    [DataMember()]
    public readonly TokenElementList Arguments
    [DataMember()]
    public:
    readonly TokenElementList^ Arguments
    See Also