Mono.Debugger.Frontend.MethodGroupExpression.DoResolveMethod C# (CSharp) Method

DoResolveMethod() protected method

protected DoResolveMethod ( ScriptingContext context, LocationType type ) : MethodExpression
context ScriptingContext
type LocationType
return MethodExpression
        protected override MethodExpression DoResolveMethod(ScriptingContext context,
								     LocationType type)
        {
            return this;
        }