Class CoreFoundation.CFArrayRef

All Implemented Interfaces:
NativeMapped
Enclosing interface:
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 .