Esempio n. 1
0
 public static TypedPtr <CFDictionary> CreateCFDictionaryHelper()
 {
     return(CoreImpl.CFDictionaryCreateMutable(kCFAllocatorDefault, 0, kCFTypeDictionaryKeyCallBacks, kCFTypeDictionaryValueCallBacks));
 }