AssemblyAttributeCollection.

AssemblyAttributeCollection(AssemblyAttribute[]) Constructor

Summary

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

Syntax

public AssemblyAttributeCollection(AssemblyAttribute[] value)

Parameters

Name Type Description
value AssemblyAttribute[]

Return Value

Type Description
void