SimpleFramework.Xml.Util.ConverterFactory.ConverterFactory C# (CSharp) 메소드

ConverterFactory() 공개 메소드

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