NAnt SDK Documentation - v0.92

DataTypeCollectionBase Class

Base class for collections that needs to be globally referencable.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.DotNet.Types.DataTypeCollectionBase
            NAnt.DotNet.Types.EmbeddedResourceCollection
            NAnt.DotNet.Types.NamespaceImportCollection

[Visual Basic]
MustInherit Public Class DataTypeCollectionBase
    Inherits DataTypeBase
    Implements ICollection, IEnumerable
[C#]
public abstract class DataTypeCollectionBase : DataTypeBase, ICollection, IEnumerable

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.DotNet.Types

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

See Also

DataTypeCollectionBase Members | NAnt.DotNet.Types Namespace