NAnt SDK Documentation - v0.92

PatternCollection Class

Contains a collection of Pattern elements.

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

System.Object
   NAnt.Core.Types.PatternCollection

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

Requirements

Namespace: NAnt.Core.Types

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

See Also

PatternCollection Members | NAnt.Core.Types Namespace