Persistate API documentation
SetMemberValue Method (slot, value)
NamespacesPersistatePersistentSetMemberValue(Int32, Object)

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

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

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