Move.Next_Method
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# |
---|
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
Exception | Condition |
---|---|
System..::.InvalidOperationException | The collection was modified after the enumerator was created. |
See Also
ISessionInfoCollection Interface
MoveNext Overload
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.