FubuMVC.Core.Registration.Querying.ChainResolutionCache.FindCreatorOf C# (CSharp) Метод

FindCreatorOf() публичный Метод

public FindCreatorOf ( Type type ) : BehaviorChain
type System.Type
Результат BehaviorChain
        public BehaviorChain FindCreatorOf(Type type)
        {
            return _creators[type];
        }