Klasse CoreFoundation.CFArrayRef

Alle implementierten Schnittstellen:
NativeMapped
Umschließende Schnittstelle:
CoreFoundation

public static class CoreFoundation.CFArrayRef extends CoreFoundation.CFTypeRef
A reference to an immutable CFArray object.

CFArray is “toll-free bridged” with its Cocoa Foundation counterpart, NSArray. Therefore, in a method where you see an NSArray * parameter, you can pass in a CFArrayRef .