| ParserParseArray Method |
Retrieves the next array token from the tokenizer.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public HoconArray ParseArray(
string currentPath
)
member ParseArray :
currentPath : string -> HoconArray
Parameters
- currentPath
- Type: SystemString
The location in the HOCON object hierarchy that the parser is currently reading.
Return Value
Type:
HoconArrayAn array of elements retrieved from the token.
See Also