Exemple #1
0
 public virtual void UnionHashTable(NSHashTable other)
 {
 }
Exemple #2
0
 public virtual void MinusHashTable(NSHashTable other)
 {
 }
Exemple #3
0
 public virtual bool IsSubsetOfHashTable(NSHashTable other)
 {
     return(default(bool));
 }
Exemple #4
0
 public virtual bool IsEqualToHashTable(NSHashTable other)
 {
     return(default(bool));
 }
Exemple #5
0
 public virtual void IntersectHashTable(NSHashTable other)
 {
 }
Exemple #6
0
 public virtual bool IntersectsHashTable(NSHashTable other)
 {
     return(default(bool));
 }