Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.