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