Bridge

ReadOnlyCollection<(Of <(<'T>)>)> Members

The ReadOnlyCollection<(Of <(<'T>)>)> type exposes the following members.

Constructors


  Name Description
Public method ReadOnlyCollection<(Of <(<'T>)>)>

Methods


  Name Description
Public method Contains
Determines whether an element is in the ReadOnlyCollection<(Of <(<'T>)>)>.
Public method GetEnumerator
Returns an enumerator that iterates through the ReadOnlyCollection<(Of <(<'T>)>)>.
Public method IndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection<(Of <(<'T>)>)>.

Properties


  Name Description
Public property Count
Gets the number of elements contained in the ReadOnlyCollection<(Of <(<'T>)>)> instance.
Public property Item
Gets the element at the specified index.