[]
        
(Showing Draft Content)

C1.CalcEngine.Argument.-ctor

Argument Constructor

Argument(string, Type[])

Initializes a new instance of the Argument class.

Declaration
public Argument(string name, Type[] availableTypes)
Public Sub New(name As String, availableTypes As Type())
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)
Public Sub New(name As String, availableType As Type)
Parameters
Type Name Description
string name

The name of expression item argument.

Type availableType

The available type for current argument.