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 からコレクションの末尾までの範囲。

適用対象