Search Results for

    Show / Hide Table of Contents

    Struct FastList<T>.Enumerator

    A struct that represents the enumerator of the list.

    Namespace: Evergine.Common.Collections
    Assembly: Evergine.Common.dll
    Syntax
    public struct FastList<T>.Enumerator

    Properties

    Current

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    bool

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX