NAnt SDK Documentation - v0.92

LibraryCollection.AddRange Method

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

Overload List

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

public void AddRange(Library[]);

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

public void AddRange(LibraryCollection);

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace