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