MoveRenameCommandBase<T>.

WithSource(string) Method

Summary

Sets the value of the Source property to the specified value and returns this RenameCommand or MoveCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MoveRenameCommandBase<T>

Syntax

public T WithSource(string value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value string The value to set the Source property to.

Return Value

Type Description
T This RenameCommand or MoveCommand instance.