Mono.TextEditor.TextDocument.GetOffset C# (CSharp) Method

GetOffset() public method

public GetOffset ( ICSharpCode location ) : int
location ICSharpCode
return int
		public int GetOffset (ICSharpCode.NRefactory.TextLocation location)
		{
			return LocationToOffset (location.Line, location.Column);
		}
TextDocument