Search Results for

    Show / Hide Table of Contents

    Struct SeparatedSyntaxList<TNode>.Enumerator

    The enumerator for SeparatedSyntaxList<TNode>.

    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 TNode Current { get; }
    Property Value
    Type Description
    TNode

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Not supported. Do not call.

    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 call.

    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
    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()

    Operators

    | Improve this Doc View Source

    Equality(SeparatedSyntaxList<TNode>.Enumerator, SeparatedSyntaxList<TNode>.Enumerator)

    Not supported. Do not use.

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

    Inequality(SeparatedSyntaxList<TNode>.Enumerator, SeparatedSyntaxList<TNode>.Enumerator)

    Not supported. Do not use.

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

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾