Search Results for

    Show / Hide Table of Contents

    Struct SyntaxTokenList.Reversed.Enumerator

    The enumerator for this reversed list.

    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
    Assembly: Loretta.CodeAnalysis.dll
    Syntax
    public struct Enumerator

    Properties

    | Improve this Doc View Source

    Current

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

    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(SyntaxTokenList.Reversed.Enumerator, SyntaxTokenList.Reversed.Enumerator)

    Not supported. Do not use.

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

    Inequality(SyntaxTokenList.Reversed.Enumerator, SyntaxTokenList.Reversed.Enumerator)

    Not supported. Do not use.

    Declaration
    public static bool operator !=(SyntaxTokenList.Reversed.Enumerator left, SyntaxTokenList.Reversed.Enumerator right)
    Parameters
    Type Name Description
    SyntaxTokenList.Reversed.Enumerator left
    SyntaxTokenList.Reversed.Enumerator right
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾