Click or drag to resize
Token Constructor (TokenType)
Initializes a new instance of the Token class.

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Token(
	TokenType type
)

Parameters

type
Type: Akka.Configuration.HoconTokenType
The type.
See Also