SpanRuneEnumerator.Current Property

Definition

Gets the Rune at the current position of the enumerator.

public:
 property System::Text::Rune Current { System::Text::Rune get(); };
public System.Text.Rune Current { get; }
member this.Current : System.Text.Rune
Public ReadOnly Property Current As Rune

Property Value

The Rune at the current position of the enumerator.

Applies to