Gets the instance variable of the specified name.

Declaration Syntax
protected T GetInstanceVariable<T>(
string name
)
Protected Function GetInstanceVariable(Of T) ( _
name As String _
) As T
protected:
generic<typename T>
T GetInstanceVariable(
String^ name
)

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

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

Return Value
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)