SimpleFramework.Xml.Util.ConverterFactory.ConverterFactory C# (CSharp) Méthode

ConverterFactory() public méthode

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
Résultat System
      public ConverterFactory() {
         this.cache = new ConverterCache();
      }
      /// <summary>