Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SortedList<TKey, TValue>.Enumerator Class

    Namespace: Stride.Core.Collections
    Assembly: Stride.Core.dll
    System.Object → SortedList<TKey, TValue>.Enumerator
    Derived from SortedList<TKey, TValue>.Enumerator:

    public sealed class Enumerator : IEnumerator<KeyValuePair<TKey, TValue>>, IEnumerator, IDisposable
    Name Description
    Constructors
    Enumerator(SortedList<TKey, TValue>)
    Properties
    Current
    Methods
    Dispose()
    MoveNext()
    Reset()
    Explicit Interface Implementations
    IEnumerator.Current
    | Improve this Doc View Source

    Constructors


    Enumerator(SortedList<TKey, TValue>)

    public Enumerator(SortedList<TKey, TValue> host)
    Parameters
    Type Name Description
    SortedList<TKey, TValue> host
    | Improve this Doc View Source

    Properties


    Current

    public KeyValuePair<TKey, TValue> Current { get; }
    Property Value
    Type Description
    System.Collections.Generic.KeyValuePair<TKey, TValue>
    | Improve this Doc View Source

    Methods


    Dispose()

    public void Dispose()

    MoveNext()

    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Reset()

    public void Reset()
    | Improve this Doc View Source

    Explicit Interface Implementations


    IEnumerator.Current

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

    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