[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `UInt64Value` class is a wrapper for `uint64` values, with its JSON representation being a JSON string."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling deep cloning, equality checks, and buffer operations."],["`UInt64Value` offers methods for size calculation, cloning, equality comparisons, hash code generation, merging from different input sources, string conversion, and writing to a coded output stream."],["It has two constructors, a parameterless one and one that accepts another `UInt64Value` object as a parameter for creating a copy."],["The class also includes properties for a descriptor, a parser, and the actual `ulong` value, along with a constant field number for the \"value\" field, making it ready for reflection."]]],[]]