StringTokenizer.Enumerator.Current 属性
定义
获取集合中位于枚举数当前位置的元素。Gets the element in the collection at the current position of the enumerator.
public:
property Microsoft::Extensions::Primitives::StringSegment Current { Microsoft::Extensions::Primitives::StringSegment get(); };
public Microsoft.Extensions.Primitives.StringSegment Current { get; }
member this.Current : Microsoft.Extensions.Primitives.StringSegment
Public ReadOnly Property Current As StringSegment
属性值
集合中位于枚举数当前位置的元素。The element in the collection at the current position of the enumerator.