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