Share via


VariableSizeList Members

Include Protected Members
Include Inherited Members

An object which contains a variable-size collection of elements of type T, without an insert method, without the ability to change existing items, and which is not synchronized.

The VariableSizeList type exposes the following members.

Constructors

 

Name

Description

Protected method

VariableSizeList

Top

Methods

 

Name

Description

Protected method

AddItem

Adds the given object to the list.

Public method

Clear

Removes all objects from the list.

Public method

CopyTo

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

Public method

GetHashCode

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

Protected method

GetItem

Gets the object at the given index.

Public method

GetType

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

Protected method

IndexOfItem

Returns the index of the Object stored in the collection.

Protected method

MemberwiseClone

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

Public method

RemoveAt

Removes the object at the specified index.

Public method

ToString

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

Top

Fields

 

Name

Description

Protected field

m_version

Top

Properties

 

Name

Description

Public property

Count

Gets the number of objects in the list.

Public property

IsFixedSize

Obsolete.

Public property

IsReadOnly

Obsolete.

Public property

IsSynchronized

Obsolete.

Public property

SyncRoot

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

Explicit interface implemetationPrivate property

IVersionTag.VersionTag

Top

See Also

Reference

VariableSizeList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace