NAnt SDK Documentation - v0.92

NamespaceImportCollection.Insert Method 

Inserts a NamespaceImport into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As NamespaceImport _
)
[C#]
public void Insert(
   int index,
   NamespaceImport value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The NamespaceImport to insert.

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace