Initializes the receiver to use the given options.
Original signature is '- (id)initWithOptions:(NSPointerFunctionsOptions)options'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public NSPointerArray( NSPointerFunctionsOptions options )
Public Sub New ( _ options As NSPointerFunctionsOptions _ )
public: NSPointerArray( NSPointerFunctionsOptions options )

- options (NSPointerFunctionsOptions)
- The pointer functions options for the new instance.

The receiver, initialized to use the given options.

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