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/TypeSystem/IMethod.cs')
-rw-r--r--ICSharpCode.NRefactory/TypeSystem/IMethod.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ICSharpCode.NRefactory/TypeSystem/IMethod.cs b/ICSharpCode.NRefactory/TypeSystem/IMethod.cs
index d73616d3..a8c79aed 100644
--- a/ICSharpCode.NRefactory/TypeSystem/IMethod.cs
+++ b/ICSharpCode.NRefactory/TypeSystem/IMethod.cs
@@ -47,6 +47,8 @@ namespace ICSharpCode.NRefactory.TypeSystem
/// </summary>
bool IsAsync { get; }
+ bool IsExtensionMethod { get; }
+
[Obsolete("Use IsPartial && !HasBody instead")]
bool IsPartialMethodDeclaration { get; }