MonobjcMonobjc Documented Class Library
Member Method (object)
NamespacesMonobjc.FoundationNSHashTableMember(Id)

Determines whether the hash table contains a given object, and returns that object if it is present

Original signature is '- (id)member:(id)object'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id Member(
	Id object
)
Public Overridable Function Member ( _
	object As Id _
) As Id
public:
virtual Id^ Member(
	Id^ object
)
Parameters
object (Id)
The object to test for membership in the hash table.
Return Value
If object is a member of the hash table, returns object, otherwise returns nil.
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)