NAnt SDK Documentation - v0.85-nightly-2005-11-09

NUnit2TestCollection.Item Property

[This is preliminary documentation and subject to change.]

Gets or sets the element at the specified index.

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As NUnit2Test
[C#]
public NUnit2Test this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the element to get or set.

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Types.NUnit2TestCollection.Item(System.Int32)

See Also

NUnit2TestCollection Class | NAnt.NUnit2.Types Namespace