IReadOnlyCollection<T> Interface

Defines properties and methods that handle read-only collections.

Namespace:  Microsoft.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface IReadOnlyCollection(Of T) _
    Inherits IEnumerable(Of T), IEnumerable
'Usage
Dim instance As IReadOnlyCollection(Of T)
public interface IReadOnlyCollection<T> : IEnumerable<T>, 
    IEnumerable

Type Parameters

  • T
    The type parameter of the items in the collection.

See Also

Reference

IReadOnlyCollection<T> Members

Microsoft.BusinessData.Infrastructure.Collections Namespace