Versions Compared

Key

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

...

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#
IEnumerator GetEnumerator()


Visual Basic (Declaration)
Function GetEnumerator As IEnumerator


Visual C++
IEnumerator^ GetEnumerator()


JavaScript
function GetEnumerator();

Return Value

An IEnumerator object that can be used to iterate through the collection.

...

IEnumerable..::.GetEnumerator()()()

See Also


ISessionInfoCollection Interface
GetEnumerator Overload
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...