Persistate API documentation
SetFieldValue Method (slot, value)
NamespacesPersistatePersistentSetFieldValue(Int32, Object)

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

In derived generated classes, sets the value of the field of this object with a particular slot number.
Declaration Syntax
C#
public virtual void SetFieldValue(
	int slot,
	Object value
)
Parameters
slot (Int32)
The slot number to set a field value for.
value (Object)
The value to set into the field.
Remarks
This method is generated as overridden in derived classes, and sets the field for the indicated member. In this class, this does nothing.

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