Method Cast
Cast<T>(Array)
Casts an input array to type T if supported by the cast map.
Declaration
public static T[] Cast<T>(Array array)
Parameters
Type | Name | Description |
---|---|---|
Array | array | Input array to be casted. |
Returns
Type | Description |
---|---|
T[] | Array of type T. |
Type Parameters
Name | Description |
---|---|
T | Cast type. |