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

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

Constructor for the ArrayFactory object. This is given the array component type as taken from the field type of the source object. Each request for an array will return an array which uses a compatible component type.
public ArrayFactory ( Context context, Type type ) : SimpleFramework.Xml.Strategy
context Context /// this is the context object for serialization ///
type System.Type /// the array component type for the field object ///
Результат SimpleFramework.Xml.Strategy
      public ArrayFactory(Context context, Type type) {
         super(context, type);
      }
      /// <summary>