AssemblyAttributeCollection.

Remove(AssemblyAttribute) Method

Summary

Removes a member from the collection.

Syntax

public void Remove(AssemblyAttribute item)

Parameters

Name Type Description
item AssemblyAttribute The NAnt.DotNet.Types.AssemblyAttribute to remove from the collection.

Return Value

Type Description
void