[[["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-04-28 UTC."],[[["The `EnumValue` class represents a definition for an enum value within the `Google.Protobuf.WellKnownTypes` namespace, with its latest version being 3.27.1."],["`EnumValue` implements several interfaces, including `IMessage`, `IEquatable\u003cEnumValue\u003e`, `IDeepCloneable\u003cEnumValue\u003e`, `IBufferMessage`, and `IMessage`, allowing it to interact with other Protobuf objects and perform operations like deep cloning and comparison."],["The class includes properties like `Name`, `Number`, and `Options`, allowing you to define and access the name, numeric value, and options of an enum value."],["`EnumValue` contains multiple methods, such as `Clone`, `Equals`, `MergeFrom`, `WriteTo`, and `CalculateSize` for managing the data and properties of the enum value."],["The class offers constants like `NameFieldNumber`, `NumberFieldNumber`, and `OptionsFieldNumber` to indicate the field numbers associated with each property within the Protocol Buffer message."]]],[]]