This topic has not yet been rated - Rate this topic

IReadOnlyCollection<T> interface

Defines properties and methods that handle read-only collections.

Namespace:  Microsoft.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)
public interface IReadOnlyCollection<T> : IEnumerable<T>, 
	IEnumerable

Type parameters

T

The type parameter of the items in the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.