MonobjcMonobjc Documented Class Library
NSPointerArray Constructor (options)
NamespacesMonobjc.FoundationNSPointerArrayNSPointerArray(NSPointerFunctionsOptions)

Initializes the receiver to use the given options.

Original signature is '- (id)initWithOptions:(NSPointerFunctionsOptions)options'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSPointerArray(
	NSPointerFunctionsOptions options
)
Public Sub New ( _
	options As NSPointerFunctionsOptions _
)
public:
NSPointerArray(
	NSPointerFunctionsOptions options
)
Parameters
options (NSPointerFunctionsOptions)
The pointer functions options for the new instance.
Return Value
The receiver, initialized to use the given options.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)