NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyAttributeCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the AssemblyAttributeCollection class.

Overload List

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);

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace