ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor 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 System.String, _
       ByVal availableType As System.Type _
    )
    public Argument( 
       System.string name,
       System.Type availableType
    )

    Parameters

    name
    availableType
    See Also