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