Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconLiteral Class
HoconLiteral Methods
GetArray Method
GetString Method
IsArray Method
IsString Method
ToString Method
HoconLiteral
IsArray Method
Determines whether this element is an array.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
bool
IsArray
()
abstract
IsArray
:
unit
->
bool
override
IsArray
:
unit
->
bool
Return Value
Type:
Boolean
false
Implements
IHoconElement
IsArray
See Also
Reference
HoconLiteral Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET