Click or drag to resize
BackingFieldUtilitySetHashedListBackingFieldFromIntArray Method
Sets a backing field for a set of Int32s.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool SetHashedListBackingFieldFromIntArray(
	List<int> backingField,
	IList<int> value,
	BackingFieldUtilityIntKeyMode mode = BackingFieldUtilityIntKeyMode.Increment
)

Parameters

backingField
Type: System.Collections.GenericListInt32
Backing field of Int32 elements.
value
Type: System.Collections.GenericIListInt32
Value.
mode (Optional)
Type: CandlelightBackingFieldUtilityIntKeyMode
Mode.

Return Value

Type: Boolean
if the new value differs from the old one; otherwise, .
See Also