TokenParser ClassNFX Class Library

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

TokenParser class translates tokenized content string to an array list of parsed tokens with attributes
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic List TokenParser Token 
    NFX.Parsing TokenParser

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

public class TokenParser : List<TokenParser..::..Token>
See Also