C# 클래스 Alsing.SourceCode.PatternScanResult

PatternScanResult struct is redurned by the Pattern class when an .IndexIn call has been performed.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
Index int
Token string

프로퍼티 상세

Index 공개적으로 프로퍼티

The index on which the pattern was found in the source string
public int Index
리턴 int

Token 공개적으로 프로퍼티

The string that was found , this is always the same as the pattern StringPattern property if the pattern is a simple pattern. if the pattern is complex this field will contain the string that was found by the scan.
public string Token
리턴 string