Share via


TextLineCollection.Enumerator Struct

Definition

public: value class TextLineCollection::Enumerator : System::Collections::Generic::IEnumerator<Microsoft::CodeAnalysis::Text::TextLine>
public struct TextLineCollection.Enumerator : System.Collections.Generic.IEnumerator<Microsoft.CodeAnalysis.Text.TextLine>
type TextLineCollection.Enumerator = struct
    interface IEnumerator<TextLine>
    interface IEnumerator
    interface IDisposable
Public Structure TextLineCollection.Enumerator
Implements IEnumerator(Of TextLine)
Inheritance
TextLineCollection.Enumerator
Implements

Properties

Name Description
Current

Methods

Name Description
Equals(Object)
GetHashCode()
MoveNext()

Explicit Interface Implementations

Name Description
IDisposable.Dispose()
IEnumerator.Current
IEnumerator.MoveNext()
IEnumerator.Reset()

Applies to