ChangeCountDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public class ChangeCountDictionary : System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType,int>
type ChangeCountDictionary = class
inherit Dictionary<VersionControlChangeType, int>
Public Class ChangeCountDictionary
Inherits Dictionary(Of VersionControlChangeType, Integer)
- Inheritance
-
ChangeCountDictionary
- Attributes
Constructors
| ChangeCountDictionary() |