Edit

ChangeListHelpers.ComputeChangeCounts Method

Definition

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

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

Returns

Applies to