IReadOnlyCollection Interface

Definition

The readonly collection minimal base interface.

public interface IReadOnlyCollection : System.Collections.IEnumerable
type IReadOnlyCollection = interface
    interface IEnumerable
Public Interface IReadOnlyCollection
Implements IEnumerable
Derived
Implements

Properties

Count

Gets the number of items contained in the IReadOnlyCollection.

Applies to