ReadOnlyList Class

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Object to contain a read-only collection of elements of type T which is not synchronized.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public MustInherit Class ReadOnlyList _
    Implements IList, ICollection, IEnumerable
'Usage
Dim instance As ReadOnlyList
public abstract class ReadOnlyList : IList, 
    ICollection, IEnumerable
public ref class ReadOnlyList abstract : IList, 
    ICollection, IEnumerable
public abstract class ReadOnlyList implements IList, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
    Microsoft.TeamFoundation.WorkItemTracking.Client.AllowedValuesCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.FieldCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinitionCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.NodeCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.ProjectCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.RegisteredLinkTypeCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.RevisionCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemCollection
    Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReadOnlyList Members

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace