Table of Contents

Struct OpenSessionView.Enumerator

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

The cursor over the open sessions.

public struct OpenSessionView.Enumerator
Inherited Members

Properties

Current

The session at the cursor.

public SessionId Current { get; }

Property Value

SessionId

Methods

MoveNext()

Advances the cursor.

public bool MoveNext()

Returns

bool

false at the end.