Click or drag to resize
Akka.NETParserParseArray 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
)

Parameters

currentPath
Type: SystemString
The location in the HOCON object hierarchy that the parser is currently reading.

Return Value

Type: HoconArray
An array of elements retrieved from the token.
See Also