PackageCollection.

Insert(int, Package) Method

Summary

Inserts a NAnt.DotNet.Types.Package into the collection at the specified index.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
PackageCollection

Syntax

public void Insert(int index, Package item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item Package The NAnt.DotNet.Types.Package to insert.

Return Value

Type Description
void