Expression Editor for WinForms | ComponentOne
C1.ExpressionEditor.Engine Namespace / ExpressionItem Class / Arguments Property

In This Topic
    Arguments Property (ExpressionItem)
    In This Topic
    Gets or sets the list of arguments of expression item.
    Syntax
    'Declaration
     
    
    Public Property Arguments As List(Of Argument)
    public List<Argument> Arguments {get; set;}
    See Also