ChurnCommand.

WithUnit(ChurnUnit) Method

Summary

Sets the Unit property to the specified value and returns this ChurnCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Extensions.Churn
Containing Type
ChurnCommand

Syntax

public ChurnCommand WithUnit(ChurnUnit value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value ChurnUnit The new value for the Unit property.

Return Value

Type Description
ChurnCommand This ChurnCommand instance.