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