Example #1
0
 public static void SetIfDifferent <T>(this AVObject obj, string key, T value)
 {
     obj.SetIfDifferent <T>(key, value);
 }