Mono.TextEditor.TextEditorData.IsMatchAt C# (CSharp) 메소드

IsMatchAt() 공개 메소드

public IsMatchAt ( int offset ) : bool
offset int
리턴 bool
		public bool IsMatchAt (int offset)
		{
			return searchEngine.IsMatchAt (offset);
		}