Click or drag to resize
IPropertyBackingFieldCompatible Interface
An interface to specify that a serializable type is compatible with PropertyBackingFieldAttribute.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IPropertyBackingFieldCompatible : ICloneable

The IPropertyBackingFieldCompatible type exposes the following members.

Methods
  NameDescription
Public methodGetSerializedPropertiesHash
Gets a hash value that is based on the values of the serialized properties of this instance.
Top
See Also