DiffCommand.

WithNames(string[]) Method

Summary

Adds the values to the Names collection property and returns this DiffCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
DiffCommand

Syntax

public DiffCommand WithNames(params string[] values)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
values string[] The values to add to the Names collection property.

Return Value

Type Description
DiffCommand This DiffCommand instance.