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

GetMatchAt() 공개 메소드

public GetMatchAt ( int offset ) : SearchResult
offset int
리턴 SearchResult
		public SearchResult GetMatchAt (int offset)
		{
			return searchEngine.GetMatchAt (offset);
		}