Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconObject Class
HoconObject Methods
GetArray Method
GetKey Method
GetOrCreateKey Method
GetString Method
IsArray Method
IsString Method
Merge Method
ToString Method
HoconObject
IsArray Method
Determines whether this element is an array.
Namespace:
Akka.Configuration.Hocon
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
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
HoconObject Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET