/
Move.Next_Method
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.
, multiple selections available,
Related content
ISessionInfoCollection.MoveNext Method
ISessionInfoCollection.MoveNext Method
More like this
ISessionInfoCollection:GetEnumerator Method
ISessionInfoCollection:GetEnumerator Method
More like this
GetEnumerator Method
GetEnumerator Method
More like this
Reset Method
Reset Method
More like this
Reset.Method
Reset.Method
More like this
Reset__Method
Reset__Method
More like this