Method Count
Count<T>(T[])
Returns actual count of a casted array.
Declaration
public static int Count<T>(T[] array)
Parameters
Type | Name | Description |
---|---|---|
T[] | array | Input casted array |
Returns
Type | Description |
---|---|
int | Actual count of a casted array |
Type Parameters
Name | Description |
---|---|
T | Cast type. |