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