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