Click or drag to resize
BackingFieldUtilitySetHashedListBackingFieldFromStringArray Method
Sets a backing field for a set of Strings.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static bool SetHashedListBackingFieldFromStringArray(
	List<string> backingField,
	IList<string> value,
	bool ignoreCase = false
)

Parameters

backingField
Type: System.Collections.GenericListString
Backing field of String elements.
value
Type: System.Collections.GenericIListString
Value.
ignoreCase (Optional)
Type: SystemBoolean
If set to , then all elements will be made lowercase.

Return Value

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