Provides a read-only adapter on an existing Generic ReadOnlyKeyedCollection.

The following tables list the members exposed by the Generic ReadOnlyKeyedCollection type.

Public Constructors

  Name Description
Generic ReadOnlyKeyedCollection Constructs an instance of Generic ReadOnlyKeyedCollection.
Top

Public Properties

  Name Description
Count Retrieves the number of items in the collection.
Item Overloaded.  
Top

Public Methods (see also Protected Methods )

  Name Description
Contains Determines whether the collection contains an item with a specified key.
Equals  Overloaded. (inherited from Object )
GetEnumerator Retrieves the enumerator for a collection.
GetHashCode  (inherited from Object )
GetItemByIndex Retrieves an element at the specified index.
GetType  (inherited from Object )
IndexOf Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also