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

ShouldSkip() public method

public ShouldSkip ( Type interfaceType ) : bool
interfaceType System.Type
return bool
        public bool ShouldSkip(Type interfaceType)
        {
            return _skipInterfaces.Contains(interfaceType);
        }

Same methods

GeneratorContext::ShouldSkip ( MethodInfo method ) : bool