Exemplo n.º 1
0
 public static PropStash Flush(this PropStash cache)
 {
     cache?.propertyMap?.Clear();
     return(cache);
 }
Exemplo n.º 2
0
 //public static PropertyInfo[] Stash(this PropStash cache, Type type) => cache[type];
 public static PropStash Stash <T>(this PropStash cache)
 {
     cache.Stash <T>();
     return(cache);
 }