...
Returns an enumerator that iterates through a collection.
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public IEnumerator GetEnumerator() |
Visual Basic (Declaration) |
---|
Public Function GetEnumerator As IEnumerator |
Visual C++ |
---|
public: virtual IEnumerator^ GetEnumerator() sealed |
JavaScript |
---|
function GetEnumerator(); |
Return Value
An IEnumerator object that can be used to iterate through the collection.
Implements
ISessionInfoCollection..::.GetEnumerator()()()
IEnumerable..::.GetEnumerator()()()
See Also
SessionInfoCollection Class
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
...