NAnt SDK Documentation - v0.92

CategoryCollection.Item Property

Gets the Category with the specified name.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal value As String _
) As Category
[C#]
public Category this[
   string value
] {get;}

Parameters

value
The name of the Category to get.

See Also

CategoryCollection Class | NAnt.NUnit2.Types Namespace