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

CreateSnapshot() public method

public CreateSnapshot ( int offset, int length ) : ICSharpCode.NRefactory.Editor.ITextSource
offset int
length int
return ICSharpCode.NRefactory.Editor.ITextSource
		public ICSharpCode.NRefactory.Editor.ITextSource CreateSnapshot (int offset, int length)
		{
			throw new NotImplementedException ();
		}
TextDocument