TextRange.Enumerator Struct

Definition

public struct TextRange.Enumerator : System.Collections.Generic.IEnumerator<char>
type TextRange.Enumerator = struct
    interface IEnumerator<char>
    interface IEnumerator
    interface IDisposable
Public Structure TextRange.Enumerator
Implements IEnumerator(Of Char)
Inheritance
TextRange.Enumerator
Implements

Constructors

Name Description
TextRange.Enumerator(TextRange)

Properties

Name Description
Current

Methods

Name Description
Dispose()
MoveNext()
Reset()

Explicit Interface Implementations

Name Description
IEnumerator.Current

Applies to