NUnitTestCollection.

this[int] Property

Summary

Gets or sets the element at the specified index.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Containing Type
NUnitTestCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public NUnitTest this[int index] { get; set; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
index int

Value

Type Description
NUnitTest