Versions Compared

Key

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

...

Advances the enumerator to the next element of the collection.

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

Syntax

C#
public bool MoveNext()


Visual Basic (Declaration)
Public Function MoveNext As Boolean


Visual C++
public:
virtual bool MoveNext() sealed


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

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

Exceptions


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

See Also


SessionInfoCollection Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...