NAnt SDK Documentation - v0.92

AssemblyAttributeCollection Constructor

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