NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Static Public Member Functions | List of all members
NuxeoClient.ExtensionMethods Class Reference

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...
 

Detailed Description

Extension methods used by NuxeoClient.

Definition at line 25 of file ExtensionMethods.cs.

Member Function Documentation

static T [] NuxeoClient.ExtensionMethods.SubArray< T > ( this T[]  data,
int  index,
int  length 
)
static

Returns a subarray of the supplied array.

Template Parameters
TThe type of the array.
Parameters
dataThe input array.
indexA zero-based starting position of the subarray.
lengthThe number of elements to be included in the subarray.
Returns
A a copy of the subarray.

Definition at line 35 of file ExtensionMethods.cs.