Search Results for

    Show / Hide Table of Contents

    Struct SingleOrArray<T>.Enumerator

    Implements
    IEnumerator<T>
    IEnumerator
    IDisposable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Networking
    Assembly: Glitch9.IO.dll
    Syntax
    public struct SingleOrArray<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable

    Constructors

    | Edit this page View Source

    Enumerator(SingleOrArray<T>)

    Declaration
    public Enumerator(SingleOrArray<T> value)
    Parameters
    Type Name Description
    SingleOrArray<T> value

    Properties

    | Edit this page View Source

    Current

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

    Methods

    | Edit this page View Source

    Dispose()

    Declaration
    public void Dispose()
    | Edit this page View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool
    | Edit this page View Source

    Reset()

    Declaration
    public void Reset()

    Implements

    IEnumerator<T>
    IEnumerator
    IDisposable

    Extension Methods

    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.TryDispose(IDisposable)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation