NamespaceImportCollection.

Insert(int, NamespaceImport) Method

Summary

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

Syntax

public void Insert(int index, NamespaceImport value)

Parameters

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

Return Value

Type Description
void