Search Results for

    Show / Hide Table of Contents

    Struct ChildSyntaxList.Reversed.Enumerator

    Enumerates the nodes in this reversed children list.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Loretta.CodeAnalysis
    Assembly: Loretta.CodeAnalysis.dll
    Syntax
    public struct Enumerator

    Properties

    | Improve this Doc View Source

    Current

    The element the enumerator is at.

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

    Methods

    | Improve this Doc View Source

    MoveNext()

    Moves to the next element.

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

    Whether there was another element to move to.

    | Improve this Doc View Source

    Reset()

    Resets the enumerator to the last element.

    Declaration
    public void Reset()
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾