Microsoft.Bcl.HashCode.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Bcl.HashCode</name>
  5. </assembly>
  6. <members>
  7. <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt32,System.Int32)">
  8. <summary>
  9. Rotates the specified value left by the specified number of bits.
  10. Similar in behavior to the x86 instruction ROL.
  11. </summary>
  12. <param name="value">The value to rotate.</param>
  13. <param name="offset">The number of bits to rotate by.
  14. Any value outside the range [0..31] is treated as congruent mod 32.</param>
  15. <returns>The rotated value.</returns>
  16. </member>
  17. <member name="M:System.Numerics.BitOperations.RotateLeft(System.UInt64,System.Int32)">
  18. <summary>
  19. Rotates the specified value left by the specified number of bits.
  20. Similar in behavior to the x86 instruction ROL.
  21. </summary>
  22. <param name="value">The value to rotate.</param>
  23. <param name="offset">The number of bits to rotate by.
  24. Any value outside the range [0..63] is treated as congruent mod 64.</param>
  25. <returns>The rotated value.</returns>
  26. </member>
  27. <member name="P:System.SR.HashCode_EqualityNotSupported">
  28. <summary>HashCode is a mutable struct and should not be compared with other HashCodes.</summary>
  29. </member>
  30. <member name="P:System.SR.HashCode_HashCodeNotSupported">
  31. <summary>HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.</summary>
  32. </member>
  33. </members>
  34. </doc>