C# 클래스 Parser.MatchTagAttributeBase

This attribute is used to determine whether there is certain tag at a position in a text.
상속: System.Attribute
파일 보기 프로젝트 열기: totpero/SqlParser 1 사용 예제들

공개 메소드들

메소드 설명
Match ( string text, int position ) : bool

메소드 상세

Match() 공개 추상적인 메소드

public abstract Match ( string text, int position ) : bool
text string
position int
리턴 bool