 | IPropertyBackingFieldCompatibleGetSerializedPropertiesHash Method |
Gets a hash value that is based on the values of the serialized properties of this instance.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxint GetSerializedPropertiesHash()
Return Value
Type:
Int32A 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