Persistate API documentation
GetFieldValue Method (slot)
NamespacesPersistatePersistentGetFieldValue(Int32)

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

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

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