Sets the instance variable of the specified name.

Declaration Syntax
protected void SetInstanceVariable<T>(
string name,
T value
)
Protected Sub SetInstanceVariable(Of T) ( _
name As String, _
value As T _
)
protected:
generic<typename T>
void SetInstanceVariable(
String^ name,
T value
)

Generic Template Parameters
- T
- The type of the instance variable.

Parameters
- name (String)
- The name of the instance variable.
- value (T)
- The value of the instance variable.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc (Module: Monobjc)