NAnt SDK Documentation - v0.85-nightly-2005-11-09

NamespaceImportCollection.Insert Method 

[This is preliminary documentation and subject to change.]

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 item should be inserted.
value
The NamespaceImport to insert.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.NamespaceImportCollection.Insert(System.Int32,NAnt.DotNet.Types.NamespaceImport)

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace