PlayReadyDomainIterator.MoveNext Method

Definition

Advances the enumerator to the next item in the collection.

public:
 virtual bool MoveNext() = IIterator<IPlayReadyDomain ^>::MoveNext;
bool MoveNext();
public bool MoveNext();
function moveNext()
Public Function MoveNext () As Boolean

Returns

Boolean

bool

true if the iterator refers to a valid item that is in the collection or false if the iterator is at the end of the collection.

Implements

Applies to