Exemplo n.º 1
0
 public TypedPtr <CFDictionary> CFDictionaryCreateMutable(
     /* CFAllocatorRef */ IntPtr allocator,
     /* CFIndex */ int capacity,
     /* const CFDictionaryKeyCallBacks* */ IntPtr keyCallBacks,
     /* const CFDictionaryValueCallBacks* */ IntPtr valueCallBacks
     )
 {
     return(CoreFoundation.CFDictionaryCreateMutable(allocator, capacity, keyCallBacks, valueCallBacks));
 }