Click or drag to resize
HoconTokenizerIsArrayEnd Method
Determines whether [is array end].

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

Return Value

Type: Boolean
true if [is array end]; otherwise, false.
See Also