Persistate API documentation
FindMember Method (slot)
NamespacesPersistateObjectClassFindMember(Int32)

[This is preliminary documentation and is subject to change.]

Finds a Member of this ObjectClass by slot number in either this class or any base class.
Declaration Syntax
C#
public Member FindMember(
	int slot
)
Parameters
slot (Int32)
The slot number of the member desired.
Return Value
The member found, or null if not found.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)