TokenType Enumeration

Enum TokenType

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll)

Syntax


public enum TokenType
Public Enumeration TokenType
public enum class TokenType

Members


Member nameDescription
Comment The comment
Key The key
LiteralValue The literal value
Assign The assign
ObjectStart The object start
ObjectEnd The object end
Dot The dot
EoF The eo f
ArrayStart The array start
ArrayEnd The array end
Comma The comma
Substitute The substitute