Documentation for a minimal subset of the QSM API
ParameterInfo Constructor (name, type)
Namespaces > QS.Fx.Base > ParameterInfo > ParameterInfoNew(String, Type)
Initializes a new instance of the ParameterInfo class.
Syntax
C#Visual BasicManaged C++
public ParameterInfo (
	string name,
	Type type
)
Public Sub New ( _
	name As String, _
	type As Type _
)
public:
ParameterInfo (
	String^ name, 
	Type^ type
)
Parameters
name (String)

[Missing <param> documentation for "name"]

type (Type)

[Missing <param> documentation for "type"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0