Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ICSharpCode.NRefactory/Editor/IDocument.cs')
-rw-r--r--ICSharpCode.NRefactory/Editor/IDocument.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ICSharpCode.NRefactory/Editor/IDocument.cs b/ICSharpCode.NRefactory/Editor/IDocument.cs
index ade9ea80..4201ce44 100644
--- a/ICSharpCode.NRefactory/Editor/IDocument.cs
+++ b/ICSharpCode.NRefactory/Editor/IDocument.cs
@@ -35,7 +35,7 @@ namespace ICSharpCode.NRefactory.Editor
/// <summary>
/// Gets/Sets the text of the whole document..
/// </summary>
- new string Text { get; set; } // hides TextBuffer.Text to add the setter
+ new string Text { get; set; } // hides ITextSource.Text to add the setter
/// <summary>
/// This event is called directly before a change is applied to the document.