[[["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."],[[["`EnumValue` is a sealed class defining an enum value within the `Google.Protobuf.WellKnownTypes` namespace, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances, including a default constructor and a constructor for creating a copy of an existing `EnumValue`."],["Key properties of `EnumValue` include `Name` (the enum value name), `Number` (the enum value number), and `Options` (protocol buffer options associated with the enum), along with static properties like `Descriptor` and `Parser` for metadata and parsing."],["It defines fields like `NameFieldNumber`, `NumberFieldNumber`, and `OptionsFieldNumber`, which represent the field numbers within the serialized protocol buffer message."],["`EnumValue` includes methods for size calculation, cloning, equality checks, hash code generation, merging from input streams or other `EnumValue` instances, string conversion, and writing to output streams."]]],[]]