Struct ExSpanRuneEnumerator
Provides an enumerator for the Rune values represented by a span containing UTF-16 text (为由包含 UTF-16 文本的跨度表示的 Rune 值提供枚举器).
public ref struct ExSpanRuneEnumerator : IEnumerator<Rune>, IEnumerator, IDisposable
- Implements
- Inherited Members
Properties
- Current
Gets the element in the collection at the current position of the enumerator.
Methods
- GetEnumerator()
Returns an enumerator that iterates through the collection.