Range.StartAt(Index) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回新的 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
到集合結尾的範圍。
適用於