Akka.Configuration.Hocon.HoconLiteral.GetArray C# (CSharp) Метод

GetArray() публичный Метод

Retrieves a list of elements associated with this element.
/// This element is a string literal. It is not an array. /// Therefore this method will throw an exception. ///
public GetArray ( ) : IList
Результат IList
        public IList<HoconValue> GetArray()
        {
            throw new NotImplementedException();
        }