HoconTokenizerIsSubstitutionStart Method |
Determines whether [is substitution start].
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsSubstitutionStart()
Public Function IsSubstitutionStart As Boolean
public:
bool IsSubstitutionStart()
member IsSubstitutionStart : unit -> bool
Return Value
Type:
Booleantrue if [is substitution start]; otherwise,
false.
See Also