NAnt SDK Documentation - v0.92

ModuleCollection Class

Contains a collection of Module items.

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

System.Object
   NAnt.DotNet.Types.ModuleCollection

[Visual Basic]
<Serializable, _  Serializable, _  DefaultMember(MemberName:="Item")>
Public Class ModuleCollection
    Implements IList, ICollection, IEnumerable
[C#]
[Serializable]
[Serializable]
[DefaultMember(MemberName="Item")]
public class ModuleCollection : IList, 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.

Remarks

Do not yet expose this to build authors.

Requirements

Namespace: NAnt.DotNet.Types

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

See Also

ModuleCollection Members | NAnt.DotNet.Types Namespace