C# 클래스 GitSharp.Core.IgnoreHandler.NegatedPattern

상속: IPattern
파일 보기 프로젝트 열기: jagregory/GitSharp

공개 메소드들

메소드 설명
IsIgnored ( string path ) : bool
NegatedPattern ( IPattern pattern ) : System

메소드 상세

IsIgnored() 공개 메소드

public IsIgnored ( string path ) : bool
path string
리턴 bool

NegatedPattern() 공개 메소드

public NegatedPattern ( IPattern pattern ) : System
pattern IPattern
리턴 System