MonobjcMonobjc Documented Class Library
ValuePointerFunctions Property
NamespacesMonobjc.FoundationNSMapTableValuePointerFunctions

Returns the pointer functions the map table uses to manage values.

Original signature is '- (NSPointerFunctions *)valuePointerFunctions'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPointerFunctions ValuePointerFunctions { get; }
Public Overridable ReadOnly Property ValuePointerFunctions As NSPointerFunctions
	Get
public:
virtual property NSPointerFunctions^ ValuePointerFunctions {
	NSPointerFunctions^ get ();
}
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)