Пример #1
0
 public virtual IEnumerable <Type> GetContextTypes() =>
 ContextTool.GetContextTypes(_assembly)
 .Distinct();
Пример #2
0
        public virtual Type GetContextType(String name)
        {
            var contextType = ContextTool.SelectType(GetContextTypes(), name);

            return(contextType);
        }