ReadOnlySequenceSegment<T>.RunningIndex 属性
定义
获取或设置当前节点之前的节点长度之和。Gets or sets the sum of node lengths before the current node.
public: property long RunningIndex { public:
long get(); protected:
void set(long value); };
public long RunningIndex { get; protected set; }
member this.RunningIndex : int64 with get, set
Public Property RunningIndex As Long
属性值
当前节点之前的节点长度之和。The sum of node lengths before the current node.