Click or drag to resize
TokenSubstitution Method
Creates a Substitution token with a given Path

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static Token Substitution(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Token
Token.
See Also