Jayrock.Json.Conversion.ObjectConstructor.ObjectConstructor C# (CSharp) Method

ObjectConstructor() public method

public ObjectConstructor ( Type type ) : System
type System.Type
return System
        public ObjectConstructor(Type type)
            : this(type, null)
        {
        }

Same methods

ObjectConstructor::ObjectConstructor ( Type type, ConstructorInfo ctors ) : System