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>
Public Interface IReadOnlyCollection2(Of T)
Inherits IReadOnlyCollection(Of Integer, T), IReadOnlyCollection(Of String, T)
Dim instance As IReadOnlyCollection2(Of T)
generic<typename T>
public interface class IReadOnlyCollection2 : 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