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

Parameters

value
Type: SystemString
The string literal value to associate with this token.
See Also