Classes Files

Wombat::Containers::ReadonlyIteratorOverEnumerator

Inherits from Wombat.Containers.Iterator

Public Functions

  Name
  ReadonlyIteratorOverEnumerator(IEnumerator e)
bool hasNext()
object next()
void remove()

Public Functions Documentation

function ReadonlyIteratorOverEnumerator

ReadonlyIteratorOverEnumerator(
    IEnumerator e
)

function hasNext

bool hasNext()

Reimplements: Wombat::Containers::Iterator::hasNext

function next

object next()

Reimplements: Wombat::Containers::Iterator::next

function remove

void remove()

Reimplements: Wombat::Containers::Iterator::remove


Updated on 2023-03-31 at 15:30:17 +0100