Click or drag to resize
BackingFieldUtilitySetHashedListBackingFieldFromIntHashset 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 SetHashedListBackingFieldFromIntHashset(
	List<int> backingField,
	HashSet<int> value
)

Parameters

backingField
Type: System.Collections.GenericListInt32
Backing field of Int32 elements.
value
Type: System.Collections.GenericHashSetInt32
Value.

Return Value

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