NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Extension methods used by NuxeoClient. More...
Static Public Member Functions | |
static T[] | SubArray< T > (this T[] data, int index, int length) |
Returns a subarray of the supplied array. More... | |
Extension methods used by NuxeoClient.
Definition at line 25 of file ExtensionMethods.cs.
|
static |
Returns a subarray of the supplied array.
T | The type of the array. |
data | The input array. |
index | A zero-based starting position of the subarray. |
length | The number of elements to be included in the subarray. |
Definition at line 35 of file ExtensionMethods.cs.