NAnt SDK Documentation - v0.92

CopyTask.FileOperationMap.SetItem Method 

Replaces the item at the specified index with the specified item.

[Visual Basic]
Overrides Protected Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As FileOperation _
)
[C#]
protected override void SetItem(
   int index,
   FileOperation item
);

Parameters

index
The zero-based index of the item to be replaced.
item
The new item.

See Also

CopyTask.FileOperationMap Class | NAnt.Core.Tasks Namespace