This documentation is archived and is not being maintained.
Microsoft.TeamFoundation.WorkItemTracking.Common Namespace
Visual Studio 2013
| Class | Description | |
|---|---|---|
|
OrderedVariableSizeList | Variable-size collection of elements of type T, without insert method or chance of changing of existing items, not synchronized. |
|
ReadOnlyList | Read-only collection of elements of type T, not synchronized. |
|
VariableSizeList | Variable-size collection of elements of type T, without insert method or chance of changing of existing items, not synchronized. |
| Interface | Description | |
|---|---|---|
|
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. |
Show: