Share via


IReadOnlyCollection<T> Interface

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents a collection that is readonly.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)

Syntax

'Declaration
PublicInterfaceIReadOnlyCollection(Of T) _
    Implements IEnumerable(Of T), IEnumerable
publicinterfaceIReadOnlyCollection<T> : IEnumerable<T>, 
    IEnumerable
generic<typename T>
publicinterface classIReadOnlyCollection : IEnumerable<T>, 
    IEnumerable
JScript does not support generic types or methods.

Type Parameters

  • T
    The types of objects in the collection.

See Also

IReadOnlyCollection<T> Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.