Method CopyOfRange
CopyOfRange<T>(T[], Int32, Int32)
Declaration
public static T[] CopyOfRange<T>(T[] original, int startIndexInc, int endIndexExc)
Parameters
Type | Name | Description |
---|---|---|
T[] | original | |
System.Int32 | startIndexInc | |
System.Int32 | endIndexExc |
Returns
Type | Description |
---|---|
T[] |
Type Parameters
Name | Description |
---|---|
T |