NAnt SDK Documentation - v0.92

AssemblyAttributeCollection Constructor (AssemblyAttribute[])

Initializes a new instance of the AssemblyAttributeCollection class with the specified array of AssemblyAttribute instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As AssemblyAttribute() _
)
[C#]
public AssemblyAttributeCollection(
   AssemblyAttribute[] value
);

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace | AssemblyAttributeCollection Constructor Overload List