Beispiel #1
0
 public IEnumerable <KeyValuePair <string, string> > ResolveList(Type type)
 {
     return(Optimizer.GetImplementationsOf(type));
 }