Search Results for

    Show / Hide Table of Contents

    Struct SyncList<T>.Enumerator

    Implements
    IEnumerator<T>
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public struct Enumerator

    Constructors

    | Improve this Doc View Source

    Enumerator(SyncList<T>)

    Declaration
    public Enumerator(SyncList<T> list)
    Parameters
    Type Name Description
    SyncList<T> list

    Properties

    | Improve this Doc View Source

    Current

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

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator<>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX