SimpleFramework.Xml.Core.Builder.ToString C# (CSharp) Метод

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

This is used to acquire a descriptive name for the builder. Providing a name is useful in debugging and when exceptions are thrown as it describes the constructor the builder represents.
public ToString ( ) : String
Результат String
      public String ToString() {
         return factory.ToString();
      }
   }