Beispiel #1
0
 public virtual void UnionOrderedSet(NSOrderedSet other)
 {
 }
 public NSMutableOrderedSet(NSOrderedSet <TKey> other) : base(other)
 {
 }
Beispiel #3
0
 public virtual void IntersectOrderedSet(NSOrderedSet other)
 {
 }
Beispiel #4
0
 public virtual void MinusOrderedSet(NSOrderedSet other)
 {
 }
Beispiel #5
0
 public virtual bool IntersectsOrderedSet(NSOrderedSet other)
 {
     return(default(bool));
 }
Beispiel #6
0
 public virtual bool IsSubsetOfOrderedSet(NSOrderedSet other)
 {
     return(default(bool));
 }
Beispiel #7
0
 public virtual bool IsEqualToOrderedSet(NSOrderedSet other)
 {
     return(default(bool));
 }
Beispiel #8
0
 public NSOrderedSet([Optional] NSOrderedSet orderedSet)
 {
 }
Beispiel #9
0
 public NSOrderedSet(NSOrderedSet orderedSet, NSRange range, bool copyItems)
 {
 }
Beispiel #10
0
 public NSOrderedSet(NSOrderedSet orderedSet, bool copyItems)
 {
 }
Beispiel #11
0
 public NSOrderedSet(NSOrderedSet orderedSet, uint NAME_YOUR_PARAMS = 14)
 {
 }