public int GetHashCode()

in Microsoft.Shared.Dna.Hash/AffineHash.cs [174:177]


        public int GetHashCode(char[] value)
        {
            return this.GetHashCode(value, 0, value?.Length ?? 0);
        }