Token Constructor (TokenType)

Initializes a new instance of the Token class.

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

Syntax


public Token(
	TokenType type
)
Public Sub New ( _
	type As TokenType _
)
public:
Token(
	TokenType^ type
)

Parameters

type
Type: Akka.Configuration.Hocon..::..TokenType
The type.