HyperActive
CtorParameter Constructor (name, type, value)
NamespacesHyperActive.Core.ContainerCtorParameterCtorParameter(String, Type, Object)
Initializes a new instance of the CtorParameter struct.
Declaration Syntax
C#Visual BasicVisual C++
public CtorParameter(
	string name,
	Type type,
	Object value
)
Public Sub New ( _
	name As String, _
	type As Type, _
	value As Object _
)
public:
CtorParameter(
	String^ name, 
	Type^ type, 
	Object^ value
)
Parameters
name (String)
The name.
type (Type)
The type.
value (Object)
The value.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)