OrderedVariableSizeList Class
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.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public MustInherit Class OrderedVariableSizeList _
Implements IList, ICollection, IEnumerable, IVersionTag
'Usage
Dim instance As OrderedVariableSizeList
public abstract class OrderedVariableSizeList : IList,
ICollection, IEnumerable, IVersionTag
public ref class OrderedVariableSizeList abstract : IList,
ICollection, IEnumerable, IVersionTag
public abstract class OrderedVariableSizeList implements IList, ICollection, IEnumerable, IVersionTag
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.OrderedVariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client.DisplayFieldList
Microsoft.TeamFoundation.WorkItemTracking.Client.SortFieldList
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.