System::Collections::Generic::ReverseEnumerator::IsValid metodo

ReverseEnumerator::IsValid method

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

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

ReturnValue

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

Vedi anche