Пример #1
0
 public static IEnumerable <Type> FindAll <TConvention>() where TConvention : Convention
 {
     return(conventions.FindAll <TConvention>());
 }