Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EnumeratorConstructor

Index

Constructors

Constructors

constructor

  • new EnumeratorConstructor<T>(safearray: SafeArray<T>): Enumerator<T>
  • new EnumeratorConstructor<T>(collection: object): Enumerator<T>
  • new EnumeratorConstructor<T>(collection: any): Enumerator<T>
  • Type parameters

    • T

    Parameters

    Returns Enumerator<T>

  • Type parameters

    • T

    Parameters

    • collection: object
      • Item: function
        • Item(index: any): T
        • Parameters

          • index: any

          Returns T

    Returns Enumerator<T>

  • Type parameters

    • T

    Parameters

    • collection: any

    Returns Enumerator<T>

Generated using TypeDoc