[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.Argument.-ctor

Argument Constructor

Argument(string, Type[])

Initializes a new instance of the Argument class.

Declaration
public Argument(string name, Type[] availableTypes)
Parameters
Type Name Description
string name

The name of expression item argument.

Type[] availableTypes

Available types for current argument.

Argument(string, Type)

Initializes a new instance of the Argument class.

Declaration
public Argument(string name, Type availableType)
Parameters
Type Name Description
string name

The name of expression item argument.

Type availableType

The available type for current argument.