FilesBasedGuiCommandBase<T>.

WithFiles(string[]) Method

Summary

Adds all the values to the Files collection property and returns this command instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
FilesBasedGuiCommandBase<T>

Syntax

public T WithFiles(params string[] values)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
values string[] An array of values to add to the Files collection property.

Return Value

Type Description
T This command instance.