Method AsSpan
AsSpan()
Creates a new read-only span over this equatable array.
Declaration
public ReadOnlySpan<T> AsSpan()
Returns
AsSpan(int, int)
Creates a new read-only span over the specified portion of this equatable array.
Declaration
public ReadOnlySpan<T> AsSpan(int start, int length)
Parameters
| Type |
Name |
Description |
| int |
start |
|
| int |
length |
|
Returns
AsSpan(Range)
Creates a new read-only span over the specified portion of this equatable array.
Declaration
public ReadOnlySpan<T> AsSpan(Range range)
Parameters
| Type |
Name |
Description |
| Range |
range |
|
Returns