Akka.Configuration.Hocon.HoconObject.GetString C# (CSharp) Метод

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

Retrieves the string representation of this element.
/// This element is an object. It is not a string. /// Therefore this method will throw an exception. ///
public GetString ( ) : string
Результат string
        public string GetString()
        {
            throw new NotImplementedException();
        }