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;
        }