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

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

public FindUniqueByType ( Type modelType, string category = null ) : BehaviorChain
modelType System.Type
category string
Результат BehaviorChain
        public BehaviorChain FindUniqueByType(Type modelType, string category = null)
        {
            return Find(ChainSearch.ByUniqueInputType(modelType, category));
        }