ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.ExpressionEditor.Engine Namespace / Argument Class / Argument Constructor / Argument Constructor(String,Type)

In This Topic
    Argument Constructor(String,Type)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal availableType As Type _
    )
    public Argument( 
       string name,
       Type availableType
    )

    Parameters

    name
    availableType
    See Also