NAnt SDK Documentation - v0.85-nightly-2005-11-09

LibraryCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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