C# Class GitSharp.IgnoreRules.Rule

Exibir arquivo Open project: stschake/GitSharp

Public Properties

Property Type Description
exclude bool
isDirectoryOnly bool
pattern System.Text.RegularExpressions.Regex

Property Details

exclude public_oe property

public bool exclude
return bool

isDirectoryOnly public_oe property

public bool isDirectoryOnly
return bool

pattern public_oe property

public Regex,System.Text.RegularExpressions pattern
return System.Text.RegularExpressions.Regex