StringTokenizer.Enumerator.Current Property

Definition

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

Property Value

The element in the collection at the current position of the enumerator.

Implements

Applies to