IReadOnlyCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |