SpanRuneEnumerator.Current 属性

定义

获取枚举数当前位置的 RuneGets 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

属性值

Rune

Rune位于枚举数当前位置的。The Rune at the current position of the enumerator.

适用于