Mono.Debugger.Frontend.MethodGroupExpression.DoResolveMethod C# (CSharp) Метод

DoResolveMethod() защищенный Метод

protected DoResolveMethod ( ScriptingContext context, LocationType type ) : MethodExpression
context ScriptingContext
type LocationType
Результат MethodExpression
        protected override MethodExpression DoResolveMethod(ScriptingContext context,
								     LocationType type)
        {
            return this;
        }