NAnt SDK Documentation - v0.92

CategoryCollection Class

Contains a collection of Category elements.

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

System.Object
   System.Collections.ObjectModel.Collection`1[[NAnt.NUnit2.Types.Category, NAnt.NUnit2Tasks, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null]]
      NAnt.NUnit2.Types.CategoryCollection

[Visual Basic]
<Serializable, _  Serializable, _  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")>
Public Class CategoryCollection
    Inherits Collection`1([NAnt.NUnit2.Types.Category, NAnt.NUnit2Tasks, Version=0.92.4543.0, Culture=neutral, PublicKeyToken=null))
[C#]
[Serializable]
[Serializable]
[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")]
public class CategoryCollection : Collection`1

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

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

See Also

CategoryCollection Members | NAnt.NUnit2.Types Namespace