Summary
Initializes a new instance of the
ChurnGroup
class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .Churn - Containing Type
- ChurnGroup
Syntax
public ChurnGroup(string groupName, int addedLines, int removedLines)
Parameters
Name | Type | Description |
---|---|---|
groupName | string | The name of the group we're reporting for. |
addedLines | int | The number of lines added by the group we're reporting for. |
removedLines | int | The number of lines removed by the group we're reporting for. |
Return Value
Type | Description |
---|---|
void |