Range.StartAt(Index) 方法

定義

傳回新的 Range 執行個體,從指定的開始索引開始到集合結尾。

public:
 static Range StartAt(Index start);
public static Range StartAt (Index start);
static member StartAt : Index -> Range
Public Shared Function StartAt (start As Index) As Range

參數

start
Index

將從中建立範圍的第一個項目位置。

傳回

start 到集合結尾的範圍。

適用於