public void AddAttribute (Attribute attr, IMemberContext context) { attr.AttachTo (this, context); if (attributes == null) { attributes = new Attributes (attr); return; } attributes.AddAttribute (attr); }