Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int ArrayHash(params object[])

  • Declared in: RT.Util.Ut

Declaration

public static int ArrayHash(
    params object[] input
)

Summary

Computes a hash value from an array of elements.

Parameters

object[]input The array of elements to hash.

Returns

The computed hash value.