A collection class used to track all of the CopyTask.FileOperation objects for a given file operation task (such as the CopyTask or MoveTask).
For a list of all members of this type, see CopyTask.FileOperationMap Members .
System.Object
System.Collections.ObjectModel.Collection`1[[NAnt.Core.Tasks.CopyTask.FileOperation, NAnt.Core, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null]] System.Collections.ObjectModel.KeyedCollection`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[NAnt.Core.Tasks.CopyTask.FileOperation, NAnt.Core, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null]] NAnt.Core.Tasks.CopyTask.FileOperationMap
[Visual Basic]
<DebuggerTypeProxy(ProxyTypeName:="System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", Target:=null, TargetTypeName:="null"), _
DebuggerDisplay(Value:="Count = {Count}", Target:=null, TargetTypeName:="null"), _
DefaultMember(MemberName:="Item"), _
DebuggerDisplay(Value:="Count = {Count}", Target:=null, TargetTypeName:="null"), _
DebuggerTypeProxy(ProxyTypeName:="System.Collections.Generic.Mscorlib_CollectionDebugView`1, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", Target:=null, TargetTypeName:="null")>
Protected Class CopyTask.FileOperationMap
[C#]
[DebuggerTypeProxy(ProxyTypeName="System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", Target=null, TargetTypeName="null")]
[DebuggerDisplay(Value="Count = {Count}", Target=null, TargetTypeName="null")]
[DefaultMember(MemberName="Item")]
[DebuggerDisplay(Value="Count = {Count}", Target=null, TargetTypeName="null")]
[DebuggerTypeProxy(ProxyTypeName="System.Collections.Generic.Mscorlib_CollectionDebugView`1, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", Target=null, TargetTypeName="null")]
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Requirements
Namespace:
NAnt.Core.Tasks
Assembly: NAnt.Core (in NAnt.Core.dll)
See Also
CopyTask.FileOperationMap Members | NAnt.Core.Tasks Namespace