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