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

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

Parameters

type
Type: Akka.Configuration.HoconTokenType
The type of token to associate with.
See Also