RunePosition.Utf8Enumerator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: value class RunePosition::Utf8Enumerator : System::Collections::Generic::IEnumerator<System::Text::RunePosition>
public ref struct RunePosition.Utf8Enumerator : System.Collections.Generic.IEnumerator<System.Text.RunePosition>
type RunePosition.Utf8Enumerator = struct
interface IEnumerator<RunePosition>
interface IEnumerator
interface IDisposable
Public Structure RunePosition.Utf8Enumerator
Implements IEnumerator(Of RunePosition)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Current | |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | |
| MoveNext() | |
| Reset() | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IDisposable.Dispose() | |
| IEnumerator.Current | |
| IEnumerator.Reset() | |