Share via


ReadOnlyList Members

Include Protected Members
Include Inherited Members

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.

The ReadOnlyList type exposes the following members.

Constructors

 

Name

Description

Protected method

ReadOnlyList

Infrastructure.

Top

Methods

 

Name

Description

Public method

CopyTo

Infrastructure. Obsolete.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetEnumerator

Infrastructure.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetItem

Infrastructure.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Count

Infrastructure. Gets the number of objects in the list.

Public property

IsFixedSize

Infrastructure. Obsolete.

Public property

IsReadOnly

Infrastructure. Obsolete.

Public property

IsSynchronized

Infrastructure. Obsolete.

Public property

SyncRoot

Infrastructure. Obsolete.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IList.Add

Explicit interface implemetationPrivate method

IList.Clear

Explicit interface implemetationPrivate method

IList.Contains

Explicit interface implemetationPrivate method

ICollection.CopyTo

Explicit interface implemetationPrivate property

ICollection.Count

Explicit interface implemetationPrivate method

IList.IndexOf

Explicit interface implemetationPrivate method

IList.Insert

Explicit interface implemetationPrivate property

IList.IsFixedSize

Explicit interface implemetationPrivate property

IList.IsReadOnly

Explicit interface implemetationPrivate property

ICollection.IsSynchronized

Explicit interface implemetationPrivate property

IList.Item

Explicit interface implemetationPrivate method

IList.Remove

Explicit interface implemetationPrivate method

IList.RemoveAt

Explicit interface implemetationPrivate property

ICollection.SyncRoot

Top

See Also

Reference

ReadOnlyList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace