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.

C# | Visual Basic | Visual 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 )

- functions (NSPointerFunctions)
- The pointer functions for the new hash table.
- initialCapacity (NSUInteger)
- The initial capacity of the hash table.

A hash table initialized with the given functions and capacity.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)