예제 #1
0
        public virtual Type GetContextType([CanBeNull] string name)
        {
            var contextType = ContextTool.SelectType(GetContextTypes(), name);

            _logger.Value.LogVerbose(Strings.LogUseContext(contextType.Name));

            return(contextType);
        }
 public virtual Type GetContextType([CanBeNull] string name)
 {
     return(ContextTool.SelectType(GetContextTypes(), name));
 }