Click or drag to resize
BackingFieldUtilitySetHashedListBackingFieldFromObjectArrayT Method
Sets a backing field for a set of Objects.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool SetHashedListBackingFieldFromObjectArray<T>(
	List<T> backingField,
	IList<T> value
)
where T : Object

Parameters

backingField
Type: System.Collections.GenericListT
Backing field of Object elements.
value
Type: System.Collections.GenericIListT
Value.

Type Parameters

T
A Object-derived type.

Return Value

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