Click or drag to resize
HoconTokenizerIsObjectStart Method
Determines whether [is object start].

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

Return Value

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