Method Get
Get(Int32)
Gets the global variable at the specified index.
Declaration
public static GlobalVariable Get(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the global variable. |
Returns
Type | Description |
---|---|
GlobalVariable | A GlobalVariable instance representing the global variable. |