Microsoft.TeamFoundation.WorkItemTracking.Common Namespace

Classes

  Class Description
Public class OrderedVariableSizeList Variable-size collection of elements of type T, without insert method or chance of changing of existing items, not synchronized.
Public class ReadOnlyList Read-only collection of elements of type T, not synchronized.
Public class VariableSizeList Variable-size collection of elements of type T, without insert method or chance of changing of existing items, not synchronized.

Interfaces

  Interface Description
Public interface IVersionTag IVersionTag interface is used to provide bounded objects with information about collection change. Collection must increment version tag when Add/Remove/Clear operations are performed.