Documentation for a minimal subset of the QSM API
ParameterProperty<(Of <C>)> Constructor (name, target, info, readable, writable)
Namespaces > QS.Fx.Base > ParameterProperty<(Of C>) > ParameterProperty<(Of C>)New(String, Object, PropertyInfo, Boolean, Boolean)
Initializes a new instance of the ParameterProperty<C> class.
Syntax
C#Visual BasicManaged C++
public ParameterProperty (
	string name,
	Object target,
	PropertyInfo info,
	bool readable,
	bool writable
)
Public Sub New ( _
	name As String, _
	target As Object, _
	info As PropertyInfo, _
	readable As Boolean, _
	writable As Boolean _
)
public:
ParameterProperty (
	String^ name, 
	Object^ target, 
	PropertyInfo^ info, 
	bool readable, 
	bool writable
)
Parameters
name (String)

[Missing <param> documentation for "name"]

target (Object)

[Missing <param> documentation for "target"]

info (PropertyInfo)

[Missing <param> documentation for "info"]

readable (Boolean)

[Missing <param> documentation for "readable"]

writable (Boolean)

[Missing <param> documentation for "writable"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0