Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Collections.​ReadOnlyCollectionBase

Assembly: System.Collections.NonGeneric

Inheritance: object → ReadOnlyCollectionBase

Provides the <see langword="abstract" /> base class for a strongly typed non-generic read-only collection.

Properties

public int
Count
Gets the number of elements contained in the <see cref="T:System.Collections.ReadOnlyCollectionBase" /> instance.
protected ArrayList
InnerList
Gets the list of elements contained in the <see cref="T:System.Collections.ReadOnlyCollectionBase" /> instance.

Methods

public IEnumerator
GetEnumerator​()
Returns An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Collections.ReadOnlyCollectionBase" /> instance.
Returns an enumerator that iterates through the <see cref="T:System.Collections.ReadOnlyCollectionBase" /> instance.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object