SimpleFramework.Xml.Util.ConverterFactory.ConverterFactory C# (CSharp) Method

ConverterFactory() public method

Constructor for the ConverterFactory object. This will create an internal cache which is used to cache all instantiations made by the factory. Caching the converters ensures there is no overhead with instantiations.
public ConverterFactory ( ) : System
return System
      public ConverterFactory() {
         this.cache = new ConverterCache();
      }
      /// <summary>