Example #1
0
 public static void UpdateSingle <T>(this IHop hopper, T instance) where T : new()
 {
     hopper.Update(new[] { instance });
 }