NAnt SDK Documentation - v0.92

LibraryCollection.Insert Method 

Inserts a Library into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Library _
)
[C#]
public void Insert(
   int index,
   Library item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The Library to insert.

See Also

LibraryCollection Class | NAnt.VisualCpp.Types Namespace