C# 클래스 GitSharp.IgnoreRules.Rule

파일 보기 프로젝트 열기: stschake/GitSharp

공개 프로퍼티들

프로퍼티 타입 설명
exclude bool
isDirectoryOnly bool
pattern System.Text.RegularExpressions.Regex

프로퍼티 상세

exclude 공개적으로 프로퍼티

public bool exclude
리턴 bool

isDirectoryOnly 공개적으로 프로퍼티

public bool isDirectoryOnly
리턴 bool

pattern 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions pattern
리턴 System.Text.RegularExpressions.Regex