Click or drag to resize

IReadOnlyCollection2T Interface

The interface for read-only collections that accept numeric and string indexes.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IReadOnlyCollection2<T> : IReadOnlyCollection<int, T>, 
	IReadOnlyCollection<string, T>

Type Parameters

T
The type of the collection elements.

The IReadOnlyCollection2T type exposes the following members.

Properties
See Also