Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool MoveNext()
Visual Basic (Declaration)
Function MoveNext As Boolean
Visual C++
bool MoveNext()
JavaScript
function MoveNext();

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator..::.MoveNext()()()

Exceptions


ExceptionCondition
System..::.InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also


ISessionInfoCollection Interface
MoveNext Overload
JollyGiant.Emulation Namespace

...