Click or drag to resize
IPropertyBackingFieldCompatibleGetSerializedPropertiesHash Method
Gets a hash value that is based on the values of the serialized properties of this instance.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
int GetSerializedPropertiesHash()

Return Value

Type: Int32
A hash value based on the values of the serialized properties on this instance.
Remarks
Note that any reference type fields should implement and test with this interface; IList fields should generate a value-based hash.
See Also