Click or drag to resize
TokenType Enumeration
Enum TokenType

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public enum TokenType
Members
  Member nameValueDescription
Comment0 The comment
Key1 The key
LiteralValue2 The literal value
Assign3 The assign
ObjectStart4 The object start
ObjectEnd5 The object end
Dot6 The dot
EoF7 The eo f
ArrayStart8 The array start
ArrayEnd9 The array end
Comma10 The comma
Substitute11 The substitute
See Also