Initializes a new instance of the CustomAttributeCollection class that is empty and has the default initial capacity. 
 Initializes a new instance of the CustomAttributeCollection class that is empty and has the default initial capacity. 
public CustomAttributeCollection();
 Initializes a new instance of the CustomAttributeCollection class that contains elements copied from the specified CustomAttribute array. 
public CustomAttributeCollection(CustomAttribute[]);
 Initializes a new instance of the CustomAttributeCollection class that contains elements copied from the specified CustomAttributeCollection. 
public CustomAttributeCollection(CustomAttributeCollection);
protected CustomAttributeCollection(Tag);
 Initializes a new instance of the CustomAttributeCollection class that has the specified initial capacity. 
public CustomAttributeCollection(int);
CustomAttributeCollection Class | DDW.CSharp.Dom Namespace