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 开始到集合末尾的范围。

适用于