Akka.Configuration.Hocon.HoconLiteral.GetArray C# (CSharp) Method

GetArray() public method

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
return IList
        public IList<HoconValue> GetArray()
        {
            throw new NotImplementedException();
        }