ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / ExpressionItem Class / Arguments Property

In This Topic
    Arguments Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property Arguments As System.Collections.Generic.List(Of Argument)
    public System.Collections.Generic.List<Argument> Arguments {get; set;}
    See Also