Versions Compared

Key

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

...

Implements the interface.

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

Syntax

C#
public class SessionInfoCollection : ISessionInfoCollection, 
	IEnumerable, IEnumerator


Visual Basic (Declaration)
Public Class SessionInfoCollection _
	Implements ISessionInfoCollection, IEnumerable, IEnumerator


Visual C++
public ref class SessionInfoCollection : ISessionInfoCollection, 
	IEnumerable, IEnumerator


JavaScript
JollyGiant.Emulation.SessionInfoCollection = function();

Type.createClass(
	'JollyGiant.Emulation.SessionInfoCollection',
	null,
	JollyGiant.Emulation.ISessionInfoCollection,
	IEnumerable,
	IEnumerator);

Inheritance Hierarchy


System..::.Object
  JollyGiant.Emulation..::.SessionInfoCollection

See Also


SessionInfoCollection Members
JollyGiant.Emulation Namespace
JollyGiant.Emulation..::.ISessionInfoCollection

Send comments on this topic to Jolly Giant Software

...