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