CsDebugScript.CodeGen.UserTypes.UserTypeFactory.UserTypeFactory C# (CSharp) Method

UserTypeFactory() public method

Initializes a new instance of the UserTypeFactory class.
public UserTypeFactory ( UserTypeFactory factory ) : System
factory UserTypeFactory The user type factory.
return System
        public UserTypeFactory(UserTypeFactory factory)
            : this(factory.typeTransformations)
        {
        }

Same methods

UserTypeFactory::UserTypeFactory ( XmlTypeTransformation transformations ) : System