Castle.DynamicProxy.GeneratorContext.ShouldSkip C# (CSharp) Method

ShouldSkip() public method

public ShouldSkip ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool
        public bool ShouldSkip(MethodInfo method)
        {
            return _skipMethods.Contains(method);
        }

Same methods

GeneratorContext::ShouldSkip ( Type interfaceType ) : bool