LazyFSMState TToken  ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a state object for Lazy Finate State Machine that enumerates tokes from IEnumerable(Token) and does not support a notion of index addressing
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections Hashtable
    NFX.CodeAnalysis LazyFSMState TToken 

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class LazyFSMState<TToken> : Hashtable 
where TToken : Token
Type Parameters

TToken
See Also