Summary
Inserts a
NAnt.VisualCpp.Types.Library
into the collection at the specified index.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Types - Containing Type
- LibraryCollection
Syntax
public void Insert(int index, Library item)
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index at which item should be inserted. |
item | Library | The NAnt.VisualCpp.Types.Library to insert. |
Return Value
Type | Description |
---|---|
void |