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

ICSharpCode() private method

private ICSharpCode ( int offset ) : ICSharpCode.NRefactory.TextLocation
offset int
return ICSharpCode.NRefactory.TextLocation
		ICSharpCode.NRefactory.TextLocation ICSharpCode.NRefactory.Editor.IDocument.GetLocation (int offset)
		{
			return OffsetToLocation (offset);
		}

Same methods

TextDocument::ICSharpCode ( ) : ICSharpCode.NRefactory.Editor.IDocument
TextDocument::ICSharpCode ( int lineNumber ) : ICSharpCode.NRefactory.Editor.IDocumentLine
TextDocument::ICSharpCode ( int offset ) : ICSharpCode.NRefactory.Editor.ITextAnchor
TextDocument::ICSharpCode ( ) : ICSharpCode.NRefactory.Editor.ITextSource
TextDocument::ICSharpCode ( int line, int column ) : int
TextDocument::ICSharpCode ( int offset, int length ) : string
TextDocument::ICSharpCode ( ) : void
TextDocument::ICSharpCode ( System writer ) : void
TextDocument::ICSharpCode ( System writer, int offset, int length ) : void
TextDocument::ICSharpCode ( int offset, ITextSource text ) : void
TextDocument::ICSharpCode ( int offset, ITextSource text, AnchorMovementType anchorMovementType ) : void
TextDocument::ICSharpCode ( int offset, int count, ITextSource text ) : void
TextDocument::ICSharpCode ( int offset, string text ) : void
TextDocument::ICSharpCode ( int offset, string text, AnchorMovementType anchorMovementType ) : void
TextDocument