namespace DPumpHydr.WinFrmUI.WenSkin.Json.Serialization { /// /// Represents a method that constructs an object. /// /// The object type to create. public delegate object ObjectConstructor(params object[] args); }