diff --git a/ICSharpCode.NRefactory/TypeSystem/IMethod.cs b/ICSharpCode.NRefactory/TypeSystem/IMethod.cs index 201acfb94f..3faeb0b8aa 100644 --- a/ICSharpCode.NRefactory/TypeSystem/IMethod.cs +++ b/ICSharpCode.NRefactory/TypeSystem/IMethod.cs @@ -134,7 +134,8 @@ namespace ICSharpCode.NRefactory.TypeSystem IMember AccessorOwner { get; } /// - /// If this method is reduced from an extension method return the original method, null otherwhise. + /// If this method is reduced from an extension method return the original method, null otherwise. + /// A reduced method doesn't contain the extension method parameter. That means that has one parameter less than it's definition. /// IMethod ReducedFrom { get; } }