A new pointer array initialized to use the given functions.
Original signature is '+ (id)pointerArrayWithPointerFunctions:(NSPointerFunctions *)functions'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static NSPointerArray PointerArrayWithPointerFunctions( NSPointerFunctions functions )
Public Shared Function PointerArrayWithPointerFunctions ( _ functions As NSPointerFunctions _ ) As NSPointerArray
public: static NSPointerArray^ PointerArrayWithPointerFunctions( NSPointerFunctions^ functions )

- functions (NSPointerFunctions)
- The pointer functions for the new instance.

A new pointer array initialized to use the given pointer functions.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)