MonobjcMonobjc Documented Class Library
InitWithPointerFunctionsCapacity Method (functions, initialCapacity)
NamespacesMonobjc.FoundationNSHashTableInitWithPointerFunctionsCapacity(NSPointerFunctions, NSUInteger)

Returns a hash table initialized with the given functions and capacity.

Original signature is '- (id)initWithPointerFunctions:(NSPointerFunctions *)functions capacity:(NSUInteger)initialCapacity'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPointerFunctionsCapacity(
	NSPointerFunctions functions,
	NSUInteger initialCapacity
)
Public Overridable Function InitWithPointerFunctionsCapacity ( _
	functions As NSPointerFunctions, _
	initialCapacity As NSUInteger _
) As Id
public:
virtual Id^ InitWithPointerFunctionsCapacity(
	NSPointerFunctions^ functions, 
	NSUInteger initialCapacity
)
Parameters
functions (NSPointerFunctions)
The pointer functions for the new hash table.
initialCapacity (NSUInteger)
The initial capacity of the hash table.
Return Value
A hash table initialized with the given functions and capacity.
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)