Constructs an IndicatorArgument instance.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public ConstructorArgument(
	string name,
	ConstructorArgumentType type,
	Object value,
	int order
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	type As ConstructorArgumentType, _
	value As Object, _
	order As Integer _
)
Visual C++
public:
ConstructorArgument(
	String^ name, 
	ConstructorArgumentType type, 
	Object^ value, 
	int order
)

Parameters

name
Type: System..::.String
Specifies a name for this indicator argument.
type
Type: RightEdge.Common..::.ConstructorArgumentType
Specifies the type
value
Type: System..::.Object
Specifies an initial value.
order
Type: System..::.Int32
Specifies the order of this argument.

See Also