System::Collections::Generic::BaseEnumerator::IsValid metodo

BaseEnumerator::IsValid method

Verifica se MoveNext() è stato chiamato e la fine non è stata raggiunta.

bool System::Collections::Generic::BaseEnumerator<Container, Element>::IsValid() const

ReturnValue

false se MoveNext() non è stato chiamato affatto o è stato raggiunto la fine del contenitore; true altrimenti.

Vedi anche