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:
authorDaniel Grunwald <daniel@danielgrunwald.de>2014-03-13 22:36:42 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2014-03-13 22:36:58 +0400
commit39e17c9e96c4cadb033d2e9a9629d195fd467307 (patch)
tree2a54e32b009e59a72905a5713c4572b59927d966 /ICSharpCode.NRefactory
parent01bf16798efe60d956f7daa508a54dfee86fe1c7 (diff)
Documentation for IAmbience
Diffstat (limited to 'ICSharpCode.NRefactory')
-rw-r--r--ICSharpCode.NRefactory/TypeSystem/IAmbience.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ICSharpCode.NRefactory/TypeSystem/IAmbience.cs b/ICSharpCode.NRefactory/TypeSystem/IAmbience.cs
index a64d7bae..18beccfa 100644
--- a/ICSharpCode.NRefactory/TypeSystem/IAmbience.cs
+++ b/ICSharpCode.NRefactory/TypeSystem/IAmbience.cs
@@ -87,6 +87,9 @@ namespace ICSharpCode.NRefactory.TypeSystem
All = 0x7ff,
}
+ /// <summary>
+ /// Ambiences are used to convert type system symbols to text (usually for displaying the symbol to the user; e.g. in editor tooltips).
+ /// </summary>
public interface IAmbience
{
ConversionFlags ConversionFlags { get; set; }