Constructs an instance using the specified name and order.

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

Syntax

C#
public SeriesInputAttribute(
	string name,
	int order
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	order As Integer _
)
Visual C++
public:
SeriesInputAttribute(
	String^ name, 
	int order
)

Parameters

name
Type: System..::.String
string containing the name.
order
Type: System..::.Int32
integer specifying the order.

See Also