NAnt SDK Documentation - v0.92

CopyTask.FileOperationMap.CountFileOperations Method 

Counts the number of file operations in a collection.

[Visual Basic]
Public Function CountFileOperations() As Integer
[C#]
public int CountFileOperations();

Return Value

The number of file operations performed by this collection.

See Also

CopyTask.FileOperationMap Class | NAnt.Core.Tasks Namespace