Initializes the receiver to use the given functions.
Original signature is '- (id)initWithPointerFunctions:(NSPointerFunctions *)functions'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public NSPointerArray( NSPointerFunctions functions )
Public Sub New ( _ functions As NSPointerFunctions _ )
public: NSPointerArray( NSPointerFunctions^ functions )

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

The receiver, initialized to use the given 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)