NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As AssemblyAttribute _
)
[C#]
public void Remove(
   AssemblyAttribute item
);

Parameters

item
The AssemblyAttribute to remove from the collection.

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace