From 9f5cd73648a4dd6ad80d5c8e1c14746a8a27b1b6 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周四, 21 11月 2024 08:45:08 +0800 Subject: [PATCH] 程序修改 --- DataCapture_MA/bin/Debug/Microsoft.Bcl.HashCode.xml | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/DataCapture_MA/bin/Debug/Microsoft.Bcl.HashCode.xml b/DataCapture_MA/bin/Debug/Microsoft.Bcl.HashCode.xml new file mode 100644 index 0000000..d5c6c3d --- /dev/null +++ b/DataCapture_MA/bin/Debug/Microsoft.Bcl.HashCode.xml @@ -0,0 +1,34 @@ +<?xml version="1.0"?> +<doc> + <assembly> + <name>Microsoft.Bcl.HashCode</name> + </assembly> + <members> + <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt32,System.Int32)"> + <summary> + Rotates the specified value left by the specified number of bits. + Similar in behavior to the x86 instruction ROL. + </summary> + <param name="value">The value to rotate.</param> + <param name="offset">The number of bits to rotate by. + Any value outside the range [0..31] is treated as congruent mod 32.</param> + <returns>The rotated value.</returns> + </member> + <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt64,System.Int32)"> + <summary> + Rotates the specified value left by the specified number of bits. + Similar in behavior to the x86 instruction ROL. + </summary> + <param name="value">The value to rotate.</param> + <param name="offset">The number of bits to rotate by. + Any value outside the range [0..63] is treated as congruent mod 64.</param> + <returns>The rotated value.</returns> + </member> + <member name="P:System.SR.HashCode_EqualityNotSupported"> + <summary>HashCode is a mutable struct and should not be compared with other HashCodes.</summary> + </member> + <member name="P:System.SR.HashCode_HashCodeNotSupported"> + <summary>HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.</summary> + </member> + </members> +</doc> -- Gitblit v1.9.3