FubuMVC.Swank.Specification.BehaviorSource.IsNotConfigThing C# (CSharp) 메소드

IsNotConfigThing() 개인적인 메소드

private IsNotConfigThing ( BehaviorChain chain ) : bool
chain BehaviorChain
리턴 bool
        bool IsNotConfigThing(BehaviorChain chain)
        {
            return (!_configuration.AppliesToAssemblies.Any() ||
                    _configuration.AppliesToAssemblies.Any(y => y == chain.FirstCall().HandlerType.Assembly));
        }