NAnt SDK Documentation - v0.92

ResourceFileSetCollection.Insert Method 

Inserts a ResourceFileSet into the collection at the specified index.

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

Parameters

index
The zero-based index at which item should be inserted.
item
The ResourceFileSet to insert.

See Also

ResourceFileSetCollection Class | NAnt.DotNet.Types Namespace