MonobjcMonobjc Documented Class Library
KeyPointerFunctions Property
NamespacesMonobjc.FoundationNSMapTableKeyPointerFunctions

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

Original signature is '- (NSPointerFunctions *)keyPointerFunctions'

Available in Mac OS X v10.5 and later.

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