C# 클래스 LineMatcher, EmptyConstructor

파일 보기 프로젝트 열기: Fody/EmptyConstructor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Line string
StarEnd bool
StarStart bool

공개 메소드들

메소드 설명
Match ( string typeName ) : bool

메소드 상세

Match() 공개 메소드

public Match ( string typeName ) : bool
typeName string
리턴 bool

프로퍼티 상세

Line 공개적으로 프로퍼티

public string Line
리턴 string

StarEnd 공개적으로 프로퍼티

public bool StarEnd
리턴 bool

StarStart 공개적으로 프로퍼티

public bool StarStart
리턴 bool