MonobjcMonobjc Documented Class Library
UnionHashTable Method (other)
NamespacesMonobjc.FoundationNSHashTableUnionHashTable(NSHashTable)

Adds each element in another given hash table to the receiving hash table, if not present.

Original signature is '- (void)unionHashTable:(NSHashTable *)other'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void UnionHashTable(
	NSHashTable other
)
Public Overridable Sub UnionHashTable ( _
	other As NSHashTable _
)
public:
virtual void UnionHashTable(
	NSHashTable^ other
)
Parameters
other (NSHashTable)
The hash table of elements to add to the receiving hash table.
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)