FubuMVC.Swank.Specification.BehaviorSource.IsNotConfigThing C# (CSharp) Méthode

IsNotConfigThing() private méthode

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