DataTypeBaseBuilderCollection.

Insert(int, DataTypeBaseBuilder) Method

Summary

Inserts a NAnt.Core.DataTypeBaseBuilder into the collection at the specified index.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseBuilderCollection

Syntax

public void Insert(int index, DataTypeBaseBuilder item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item DataTypeBaseBuilder The NAnt.Core.DataTypeBaseBuilder to insert.

Return Value

Type Description
void