HoconObject..::..Children Property
Namespace:
Akka.Configuration.Hocon
Assembly: Akka (in Akka.dll)
Assembly: Akka (in Akka.dll)
Syntax
public IEnumerable<HoconValue> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of HoconValue) Get
public: property IEnumerable<HoconValue^>^ Children { IEnumerable<HoconValue^>^ get (); }