Exemplo n.º 1
0
 public static List <Type> GetAllTypes(this Assembly assembly)
 {
     return(RocketHelper.GetTypes(new List <Assembly> {
         assembly
     }));
 }