MonobjcMonobjc Documented Class Library
PointerArrayWithPointerFunctions Method (functions)
NamespacesMonobjc.FoundationNSPointerArrayPointerArrayWithPointerFunctions(NSPointerFunctions)

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.

Declaration Syntax
C#Visual BasicVisual C++
public static NSPointerArray PointerArrayWithPointerFunctions(
	NSPointerFunctions functions
)
Public Shared Function PointerArrayWithPointerFunctions ( _
	functions As NSPointerFunctions _
) As NSPointerArray
public:
static NSPointerArray^ PointerArrayWithPointerFunctions(
	NSPointerFunctions^ functions
)
Parameters
functions (NSPointerFunctions)
The pointer functions for the new instance.
Return Value
A new pointer array initialized to use the given pointer functions.
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)