|
|
|
@ -200,9 +200,10 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public IMethod GetDefinition () |
|
|
|
public new IMethod MemberDefinition { |
|
|
|
{ |
|
|
|
get { |
|
|
|
return methodDefinition; |
|
|
|
return (IMethod)base.MemberDefinition; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public override string ToString() |
|
|
|
public override string ToString() |
|
|
|
|