Redigeeri

Jagamisviis:


NRange.StartAt(NIndex) Method

Definition

Create an NRange object starting from start NIndex to the end of the collection.

public:
 static System::Buffers::NRange StartAt(System::Buffers::NIndex start);
public static System.Buffers.NRange StartAt (System.Buffers.NIndex start);
static member StartAt : System.Buffers.NIndex -> System.Buffers.NRange
Public Shared Function StartAt (start As NIndex) As NRange

Parameters

start
NIndex

Returns

Applies to