Click or drag to resize
BackingFieldUtilityGenerateSerializedPropertiesHashT Method
Generates a hash code for the serialized properties in a list or array of IPropertyBackingFieldCompatible objects.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static int GenerateSerializedPropertiesHash<T>(
	IList<T> listField
)
where T : IPropertyBackingFieldCompatible

Parameters

listField
Type: System.Collections.GenericIListT
List field.

Type Parameters

T
The element type.

Return Value

Type: Int32
A hash code.
See Also