[[["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 in the `Google.Protobuf.WellKnownTypes` namespace within the `Google.Protobuf.dll` assembly that represents an enum value definition."],["The `EnumValue` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `EnumValue` include `Name` (enum value name), `Number` (enum value number), and `Options` (protocol buffer options), which stores their values respectively."],["The class provides methods for calculations, cloning, equality comparisons, merging, and string representations, such as `CalculateSize()`, `Clone()`, `Equals()`, `MergeFrom()`, and `ToString()`."],["`EnumValue` contains static fields like `NameFieldNumber`, `NumberFieldNumber`, and `OptionsFieldNumber` to be able to reference field numbers, and the static properties `Descriptor` and `Parser` are present for general use."]]],[]]