Search Results for

    Show / Hide Table of Contents

    Struct TextLineCollection.Enumerator

    An enumerator for TextLineCollection.

    Implements
    System.Collections.IEnumerator<TextLine>
    System.Collections.IEnumerator
    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Loretta.CodeAnalysis.Text
    Assembly: Loretta.CodeAnalysis.dll
    Syntax
    public struct Enumerator : IEnumerator

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public readonly TextLine Current { get; }
    Property Value
    Type Description
    TextLine

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Not supported. Do not use.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Not supported. Do not use.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()
    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Operators

    | Improve this Doc View Source

    Equality(TextLineCollection.Enumerator, TextLineCollection.Enumerator)

    Not supported. Do not use.

    Declaration
    public static bool operator ==(TextLineCollection.Enumerator left, TextLineCollection.Enumerator right)
    Parameters
    Type Name Description
    TextLineCollection.Enumerator left
    TextLineCollection.Enumerator right
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Inequality(TextLineCollection.Enumerator, TextLineCollection.Enumerator)

    Not supported. Do not use.

    Declaration
    public static bool operator !=(TextLineCollection.Enumerator left, TextLineCollection.Enumerator right)
    Parameters
    Type Name Description
    TextLineCollection.Enumerator left
    TextLineCollection.Enumerator right
    Returns
    Type Description
    System.Boolean

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    readonly object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    IEnumerator.MoveNext()

    Declaration
    bool IEnumerator.MoveNext()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IEnumerator.Reset()

    Declaration
    void IEnumerator.Reset()

    Implements

    System.Collections.IEnumerator<>
    System.Collections.IEnumerator
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾