Bridge

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

Provides the base class for a generic read-only collection.

Namespace:  System.Collections.ObjectModel
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class ReadOnlyCollection<T> : IList<T>
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class ReadOnlyCollection(Of T) _
	Implements IList(Of T)
[ExternalAttribute]
[NamespaceAttribute]
generic<typename T>
public ref class ReadOnlyCollection : IList<T>

Type Parameters

T
The type of elements in the collection.

Inheritance Hierarchy


System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'T>)>)>