Method Slice
Slice(int, int)
Creates a slice of the equatable array from the specified start index with the specified length.
Declaration
public ComparerEquatableArray<T> Slice(int start, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| int | start | |
| int | length |
Returns
| Type | Description |
|---|---|
| ComparerEquatableArray<T> |