Example #1
0
 public static VersionedList <T> Upsert <T>(this VersionedList <T> source, T item)
 {
     return(source.Upsert(t => t, item));
 }