Mono.TextEditor.TextEditorData.GetMatchAt C# (CSharp) Méthode

GetMatchAt() public méthode

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