LibraryCollection.

Add(Library) Method

Summary

Adds a NAnt.VisualCpp.Types.Library to the end of the collection.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Types
Containing Type
LibraryCollection

Syntax

public int Add(Library item)

Parameters

Name Type Description
item Library The NAnt.VisualCpp.Types.Library to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.