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

[Missing <param> documentation for "name"]

getCallback (GetCallback<(Of C>))

[Missing <param> documentation for "getCallback"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0