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

IsMatchAt() public method

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