Persistate API documentation
GetMemberValue Method (slot)
NamespacesPersistatePersistentGetMemberValue(Int32)

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

In derived generated classes, gets the value of the member of this object with a particular slot number.
Declaration Syntax
C#
public virtual Object GetMemberValue(
	int slot
)
Parameters
slot (Int32)
The slot number to get a member value for.
Return Value
Always null.
Remarks
This method is generated as overridden in derived classes, and accesses the property for the indicated member. In this class, this always returns null.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionalways thrown

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