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

Range が作成される最初の要素の位置。

返品

startからコレクションの末尾までの範囲。

適用対象