TokenType Enumeration
Enum TokenType
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka
(in Akka.dll)
Syntax
C#
VB
C++
public
enum
TokenType
Public
Enumeration
TokenType
public
enum class
TokenType
Members
Member name
Description
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
See Also
Akka.Configuration.Hocon Namespace