Example #1
0
        public TypeBuilderBase(TypeDefinition type, string methodName)
        {
            this.type = type;
            this.methodName = methodName;

            Xml = new XmlBaseInfo();
            Data = new DataBaseInfo();

            FillBuilderBase(type);
        }
Example #2
0
        public TypeBuilderBase(TypeDefinition type, string methodName)
        {
            this.type       = type;
            this.methodName = methodName;

            Xml  = new XmlBaseInfo();
            Data = new DataBaseInfo();

            FillBuilderBase(type);
        }