NAnt SDK Documentation - v0.92

CopyTask.FileOperationMap.ConvertToHashtable Method 

Converts the current instance of CopyTask.FileOperationMap to the old style FileCopyMap hashtable.

[Visual Basic]
Public Function ConvertToHashtable() As Hashtable
[C#]
public Hashtable ConvertToHashtable();

Return Value

The contents of CopyTask.FileOperationMap in a new hashtable.

See Also

CopyTask.FileOperationMap Class | NAnt.Core.Tasks Namespace