MonobjcMonobjc Documented Class Library
HashTableWithOptions Method (options)
NamespacesMonobjc.FoundationNSHashTableHashTableWithOptions(NSPointerFunctionsOptions)

Returns a hash table with given pointer functions options.

Original signature is '+ (id)hashTableWithOptions:(NSPointerFunctionsOptions)options'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSHashTable HashTableWithOptions(
	NSPointerFunctionsOptions options
)
Public Shared Function HashTableWithOptions ( _
	options As NSPointerFunctionsOptions _
) As NSHashTable
public:
static NSHashTable^ HashTableWithOptions(
	NSPointerFunctionsOptions options
)
Parameters
options (NSPointerFunctionsOptions)
A bit field that specifies the options for the elements in the hash table. For possible values, see “Hash Table Options”.
Return Value
A hash table with given pointer functions options.
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)