Ejemplo n.º 1
0
 public virtual bool IsSupersetOfSet(NSCharacterSet theOtherSet)
 {
     return(default(bool));
 }
Ejemplo n.º 2
0
 public virtual void FormIntersectionWithCharacterSet(NSCharacterSet otherSet)
 {
 }
Ejemplo n.º 3
0
 public virtual void FormUnionWithCharacterSet(NSCharacterSet otherSet)
 {
 }
Ejemplo n.º 4
0
 public virtual bool ScanUpToCharactersFromSet(NSCharacterSet stopSet, AutoreleasingUnsafeMutablePointer <string> intoString)
 {
     return(default(bool));
 }