Initializes a new instance of the AssemblyAttributeCollection class.
Initializes a new instance of the AssemblyAttributeCollection class.
public AssemblyAttributeCollection();
Initializes a new instance of the AssemblyAttributeCollection class with the specified array of AssemblyAttribute instances.
public AssemblyAttributeCollection(AssemblyAttribute[]);
Initializes a new instance of the AssemblyAttributeCollection class with the specified AssemblyAttributeCollection instance.
public AssemblyAttributeCollection(AssemblyAttributeCollection);
AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace