ReadOnlyCollection<(Of <(<'T>)>)> Class
Provides the base class for a generic read-only collection.
Namespace:
System.Collections.ObjectModelAssembly: 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.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'T>)>)>