ChangeListHelpers.ComputeChangeCounts Method
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.
Overloads
ComputeChangeCounts(IEnumerable<GitChange>)
public static System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType,int> ComputeChangeCounts(System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.GitChange> changes);
static member ComputeChangeCounts : seq<Microsoft.TeamFoundation.SourceControl.WebApi.GitChange> -> System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType, int>
Public Shared Function ComputeChangeCounts (changes As IEnumerable(Of GitChange)) As Dictionary(Of VersionControlChangeType, Integer)
Parameters
- changes
- IEnumerable<GitChange>
Returns
Applies to
ComputeChangeCounts(IEnumerable<TfvcChange>)
public static System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType,int> ComputeChangeCounts(System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange> changes);
static member ComputeChangeCounts : seq<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange> -> System.Collections.Generic.Dictionary<Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlChangeType, int>
Public Shared Function ComputeChangeCounts (changes As IEnumerable(Of TfvcChange)) As Dictionary(Of VersionControlChangeType, Integer)
Parameters
- changes
- IEnumerable<TfvcChange>