Method GetSystemTypeIndex
GetSystemTypeIndex<T>()
Returns the system index for System T.
Declaration
public static SystemTypeIndex GetSystemTypeIndex<T>()
Returns
| Type | Description |
|---|---|
| SystemTypeIndex | Returns the System index for the input type T |
Type Parameters
| Name | Description |
|---|---|
| T | System type |
GetSystemTypeIndex(Type)
Gets the SystemTypeIndex for the given system type.
Declaration
public static SystemTypeIndex GetSystemTypeIndex(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| SystemTypeIndex |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException |