IncludeExcludeCommandBase<T>.

WithExcludePattern(string) Method

Summary

Adds the value to the ExcludePatterns collection property and returns this instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
IncludeExcludeCommandBase<T>

Syntax

public T WithExcludePattern(string value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value string The value to add to the ExcludePatterns collection property.

Return Value

Type Description
T This instance.