Example #1
0
 public void method_0(Class331 attributeBuilder)
 {
     if (this.list_0 == null)
     {
         this.list_0 = new List <Class331>();
     }
     this.list_0.Add(attributeBuilder);
 }
Example #2
0
        public Class331 AddAttribute()
        {
            DxfTableAttribute attribute = new DxfTableAttribute();

            this.class1026_0.Attributes.Add(attribute);
            this.class331_0 = new Class331(attribute);
            if (this.list_0 == null)
            {
                this.list_0 = new List <Class331>();
            }
            this.list_0.Add(this.class331_0);
            return(this.class331_0);
        }