Barcode .Net Class Library
BarEnumerator.MoveNext Method
Advances the enumerator to the next element of the collection.
[Visual Basic]
Public Function MoveNext() As Boolean
[C#]
public bool MoveNext();
Return Value
false if the enumerator has gone past the end of the collection; otherwise, true
© 2002 Bokai Corporation. All rights reserved.