IncludeExcludeCommandBase<T>.

ExcludePatterns Property

Summary

Gets the collection of filename patterns to exclude for the command.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
IncludeExcludeCommandBase<T>

Syntax

public Collection<string> ExcludePatterns { get; }

Attributes

Type Description
RepeatableArgumentAttribute This attribute can be applied to collection-properties in option classes, to specify the option to prefix each element in the collection with, when building the command line arguments for the Mercurial executable.

Value

Type Description
Collection<T>