ModuleCollection.

Insert(int, Module) Method

Summary

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

Syntax

public void Insert(int index, Module value)

Parameters

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

Return Value

Type Description
void