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));
        }