// UInt128[]

        public static int SizeInBytes(this MD5Hash[] array)
        {
            return(sizeof(int) + Utils.Size(array) * MD5Hash.SizeInBytes());
        }
Exemplo n.º 2
0
        // UInt128[]

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