Ejemplo n.º 1
0
 public static Named <TConfig, bool> StoresTrue <TConfig>(this Named <TConfig, bool> named)
     where TConfig : class
 {
     named.StoresTrue();
     return(named);
 }