Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    OrderedCollection<T>.Enumerator Struct

    Namespace: Stride.Core.Collections
    Assembly: Stride.Core.dll

    public struct Enumerator : IEnumerator<T>, IEnumerator, IDisposable
    Name Description
    Properties
    Current
    Methods
    Dispose()
    MoveNext()
    Explicit Interface Implementations
    IEnumerator.Current
    IEnumerator.Reset()
    | Improve this Doc View Source

    Properties


    Current

    public readonly T Current { get; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Methods


    Dispose()

    public void Dispose()

    MoveNext()

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

    Explicit Interface Implementations


    IEnumerator.Current

    readonly object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    IEnumerator.Reset()

    void IEnumerator.Reset()

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation