Method GetArray
GetArray<T>(String)
Gets the value of the specified attribute as array of specified type.
Declaration
T[] GetArray<T>(string attribute)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | attribute | Name of the attribute. |
Returns
| Type | Description |
|---|---|
| T[] | Value of the specified attribute as array. |
Type Parameters
| Name | Description |
|---|---|
| T | Specifies the type of attribute value to be obtained from IJSONDocument. |