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

AssemblyAttributeCollection Constructor (AssemblyAttribute[])

[This is preliminary documentation and subject to change.]

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

Parameters

value
Missing <param> documentation for value

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.AssemblyAttributeCollection.#ctor(NAnt.DotNet.Types.AssemblyAttribute[])

See Also

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