 | ObjectXGenerateHashCodeT Method (IListT) |
Generates a hash code for a list or array field.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static int GenerateHashCode<T>(
IList<T> listField
)
Parameters
- listField
- Type: System.Collections.GenericIListT
List field.
Type Parameters
- T
- The element type.
Return Value
Type:
Int32A hash code.
See Also