Class ArrayExtension
Inheritance
System.Object
ArrayExtension
Namespace: MESL.SqlRace.Domain.Extensions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class ArrayExtension : Object
Methods
SubArray<T>(T[], Int32, Int32)
Provide a method to extract a portion from an array
Declaration
public static T[] SubArray<T>(this T[] data, int index, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| T[] | data | |
| System.Int32 | index | |
| System.Int32 | length |
Returns
| Type | Description |
|---|---|
| T[] |
Type Parameters
| Name | Description |
|---|---|
| T |