Click or drag to resize
Token Constructor (String)
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(
	string value
)

Parameters

value
Type: SystemString
The value.
See Also