NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.AddRange Method

Adds the elements of a AssemblyAttribute array to the end of the collection.

Overload List

Adds the elements of a AssemblyAttribute array to the end of the collection.

public void AddRange(AssemblyAttribute[]);

Adds the elements of a AssemblyAttributeCollection to the end of the collection.

public void AddRange(AssemblyAttributeCollection);

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace