Ext..::..SubArray<(Of <(<'T>)>)> Method (array<T>[]()[][], Int32, Int32)
Retrieves a sub-array from the specified array. A sub-array starts at
the specified element position in array.
Namespace:
WebSocketSharp
Assembly:
C-DEngine (in C-DEngine.dll)
Syntax
Type Parameters
- T
- The type of elements in array.
Parameters
- array
- Type: array<T>[]()[][]
An array of T from which to retrieve a sub-array.