Click or drag to resize
HoconTokenizerIsUnquotedKeyStart Method
Determines whether [is unquoted key start].

Namespace: Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool IsUnquotedKeyStart()

Return Value

Type: Boolean
true if [is unquoted key start]; otherwise, false.
See Also