public PerformanceTest this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PerformanceTest
Get
public:
virtual property PerformanceTest^ default[int index] {
PerformanceTest^ get (int index) sealed;
}
abstract Item : PerformanceTest with get
override Item : PerformanceTest with get