Expression Editor for WinForms | ComponentOne
C1.ExpressionEditor.Engine Namespace / Argument Class / Argument Constructor / Argument Constructor(String,Type)
The name of expression item argument.
The available type for current argument.

In This Topic
    Argument Constructor(String,Type)
    In This Topic
    Initializes a new instance of the Argument class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal availableType As Type _
    )
    public Argument( 
       string name,
       Type availableType
    )

    Parameters

    name
    The name of expression item argument.
    availableType
    The available type for current argument.
    See Also