Interface EnumeratorStatic

Index

Construct signatures

Methods

Construct signatures

constructor(moveNext: () => boolean, getCurrent: () => T, dispose: () => void): Enumerator

Parameters

  • moveNext: () => boolean
  • getCurrent: () => T
  • dispose: () => void

Returns

Enumerator

Methods

public create(moveNext: () => boolean, getCurrent: () => T, dispose?: () => void): Enumerator

Parameters

  • moveNext: () => boolean
  • getCurrent: () => T
  • dispose?: () => void optional

Returns

Enumerator