Exemple #1
0
 public void Add(string key, UIImage value)
 {
     _cache.SetCost(value, new NSString(key), value.GetMemorySize());
 }