Mono.TextEditor.TextEditorData.GetMatchAt C# (CSharp) Method

GetMatchAt() public method

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