Persistate API documentation
SetMemberValue Method (slot__, value__)
NamespacesPersistateExecutionSetMemberValue(Int32, Object)

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

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

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