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