NAnt SDK Documentation - v0.92

DataTypeBaseDictionary Class

For a list of all members of this type, see DataTypeBaseDictionary Members.

System.Object
   NAnt.Core.DataTypeBaseDictionary

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class DataTypeBaseDictionary
    Implements IDictionary, ICollection, IEnumerable, ICloneable
[C#]
[DefaultMember(MemberName="Item")]
public class DataTypeBaseDictionary : IDictionary, ICollection, IEnumerable, ICloneable

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

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

DataTypeBaseDictionary Members | NAnt.Core Namespace