Persistate API documentation
SetFieldValue Method (slot__, value__)
NamespacesPersistateChoiceSetFieldValue(Int32, Object)

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

Sets the value of the field backing the member with a particular slot number.
Declaration Syntax
C#
public override void SetFieldValue(
	int slot__,
	Object value__
)
Parameters
slot__ (Int32)
The member slot number.
value__ (Object)
The new value to set into the field with the given slot.

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