MonobjcMonobjc Documented Class Library
ApplyFunction Method (dict, function, info)
NamespacesMonobjc.ApplicationServicesCGPDFDictionaryApplyFunction(IntPtr, IntPtr, IntPtr)

Applies a function to each entry in a dictionary.

Original signature is 'void CGPDFDictionaryApplyFunction ( CGPDFDictionaryRef dict, CGPDFDictionaryApplierFunction function, void *info );'

Available in Mac OS X version 10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void ApplyFunction(
	IntPtr dict,
	IntPtr function,
	IntPtr info
)
Public Shared Sub ApplyFunction ( _
	dict As IntPtr, _
	function As IntPtr, _
	info As IntPtr _
)
public:
static void ApplyFunction(
	IntPtr dict, 
	IntPtr function, 
	IntPtr info
)
Parameters
dict (IntPtr)
MISSING
function (IntPtr)
MISSING
info (IntPtr)
MISSING
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.AppKit (Module: Monobjc.AppKit)