Ejemplo n.º 1
0
        // UInt128[]

        public static int SizeInBytes(this MD5Hash[] array)
        {
            return(sizeof(int) + array.Length * MD5Hash.SizeInBytes());
        }