FubuMVC.Core.Registration.Querying.ChainResolutionCache.FindCreatorOf C# (CSharp) Method

FindCreatorOf() public method

public FindCreatorOf ( Type type ) : BehaviorChain
type System.Type
return BehaviorChain
        public BehaviorChain FindCreatorOf(Type type)
        {
            return _creators[type];
        }