FubuMVC.Core.Registration.Querying.ChainResolutionCache.FindCreatorOf C# (CSharp) Méthode

FindCreatorOf() public méthode

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