| Token Constructor (String) |
Initializes a new instance of the
Token class.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Token(
string value
)
new :
value : string -> Token
Parameters
- value
- Type: SystemString
The string literal value to associate with this token.
See Also