Akka.Configuration.Hocon.HoconObject.GetArray C# (CSharp) Méthode

GetArray() public méthode

Retrieves a list of elements associated with this element.
/// This element is an object. It is not an array. /// Therefore this method will throw an exception. ///
public GetArray ( ) : IList
Résultat IList
        public IList<HoconValue> GetArray()
        {
            throw new NotImplementedException();
        }