Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Configuration.Hocon
HoconArray Class
HoconArray Methods
GetArray Method
GetString Method
IsArray Method
IsString Method
ToString Method
HoconArray
.
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
true
Implements
IHoconElement
.
IsArray
()
See Also
Reference
HoconArray Class
Akka.Configuration.Hocon Namespace
Akka.NET Home
|
Learn Akka.NET