ImportGuiCommand.

WithSource(string) Method

Summary

Adds the value to the Sources property and returns this ImportGuiCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial.Gui
Containing Type
ImportGuiCommand

Syntax

public ImportGuiCommand WithSource(string value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value string The value to add to the Sources property.

Return Value

Type Description
ImportGuiCommand This ImportGuiCommand instance.