Click or drag to resize
BackingFieldUtilitySetHashedListBackingFieldFromStringHashset 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 SetHashedListBackingFieldFromStringHashset(
	List<string> backingField,
	HashSet<string> value,
	bool ignoreCase = false
)

Parameters

backingField
Type: System.Collections.GenericListString
Backing field of String elements.
value
Type: System.Collections.GenericHashSetString
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