[This is preliminary documentation and subject to change.]
Adds the elements of a Library array to the end of the collection.
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);
LibraryCollection Class | NAnt.VisualCpp.Types Namespace