MonobjcMonobjc Documented Class Library
HashTableWithWeakObjects Property
NamespacesMonobjc.FoundationNSHashTableHashTableWithWeakObjects

Returns a new hash table for storing weak references to its contents.

Original signature is '+ (id)hashTableWithWeakObjects'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSHashTable HashTableWithWeakObjects { get; }
Public Shared ReadOnly Property HashTableWithWeakObjects As NSHashTable
	Get
public:
static property NSHashTable^ HashTableWithWeakObjects {
	NSHashTable^ 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)