C# 클래스 Alsing.Text.PatternMatchers.PatternMatchReference

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

공개 프로퍼티들

프로퍼티 타입 설명
Matcher IPatternMatcher
NeedSeparators bool
NextSibling PatternMatchReference
Tags object[]

공개 메소드들

메소드 설명
PatternMatchReference ( IPatternMatcher matcher )

메소드 상세

PatternMatchReference() 공개 메소드

public PatternMatchReference ( IPatternMatcher matcher )
matcher IPatternMatcher

프로퍼티 상세

Matcher 공개적으로 프로퍼티

public IPatternMatcher Matcher
리턴 IPatternMatcher

NeedSeparators 공개적으로 프로퍼티

public bool NeedSeparators
리턴 bool

NextSibling 공개적으로 프로퍼티

public PatternMatchReference,Alsing.Text.PatternMatchers NextSibling
리턴 PatternMatchReference

Tags 공개적으로 프로퍼티

public object[] Tags
리턴 object[]