Search Results for

    Show / Hide Table of Contents

    Struct ChildSyntaxList.Reversed

    An enumerator that enumerates the list in reverse order.

    Implements
    System.Collections.IEnumerable<SyntaxNodeOrToken>
    IEquatable<ChildSyntaxList.Reversed>
    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 readonly struct Reversed

    Methods

    | Improve this Doc View Source

    Equals(ChildSyntaxList.Reversed)

    Declaration
    public readonly bool Equals(ChildSyntaxList.Reversed other)
    Parameters
    Type Name Description
    ChildSyntaxList.Reversed other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override readonly 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

    GetEnumerator()

    Returns the enumerator for this list.

    Declaration
    public readonly ChildSyntaxList.Reversed.Enumerator GetEnumerator()
    Returns
    Type Description
    ChildSyntaxList.Reversed.Enumerator
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override readonly int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    Operators

    | Improve this Doc View Source

    Equality(ChildSyntaxList.Reversed, ChildSyntaxList.Reversed)

    Checks whether two reversed lists are equal.

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

    Inequality(ChildSyntaxList.Reversed, ChildSyntaxList.Reversed)

    Checks whether two reversed lists are not equal.

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

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    readonly IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

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

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾