DK for .NET | TatukGIS.NDK.TGIS_CSAbstractListEnumerator.MoveNext | Constructors | Methods | Properties
Advances the enumerator to the next item.
// C# public bool MoveNext();
' VisualBasic Public Function MoveNext() As Boolean
// Oxygene public function MoveNext : Boolean;
| Type | Description |
|---|---|
| bool Boolean | True if the next item is available; otherwise, false. |