MonobjcMonobjc Documented Class Library
HashFunction Property
NamespacesMonobjc.FoundationNSPointerFunctionsHashFunction

The hash function.

Original signature is '@property NSUInteger (*hashFunction)(const void *item, NSUInteger (*size)(const void *item))'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr HashFunction { get; set; }
Public Overridable Property HashFunction As IntPtr
	Get
	Set
public:
virtual property IntPtr HashFunction {
	IntPtr get ();
	void set (IntPtr value);
}
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)