TextLineCollection.Enumerator 结构

定义

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)
继承
TextLineCollection.Enumerator
实现

属性

Current

方法

Equals(Object)
GetHashCode()
MoveNext()

显式接口实现

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

适用于