Range.Start 属性

定义

获取 Range 的非包含起始索引。

public:
 property Index Start { Index get(); };
public Index Start { get; }
member this.Start : Index
Public ReadOnly Property Start As Index

属性值

Index

范围的包含起始索引。

适用于