 | BackingFieldUtilityIntKeyMode Enumeration |
A mode specifying how duplicate
Int32 keys should be handled.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
Members|
| Member name | Value | Description |
|---|
| Increment | 0 |
Later entries of duplicate keys should be incremented until they are unique.
|
| SetToZero | 1 |
Layer entries of duplicate keys should be zet to 0. Only the first 0-keyed entry will be retained. Use
this mode for keys that should not logically be incremented, such as hash codes.
|
See Also