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