[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `Enum` class is a type definition within the `Google.Protobuf.WellKnownTypes` namespace, representing an enumeration in protocol buffers."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cEnum\u003e`, `IDeepCloneable\u003cEnum\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["The `Enum` class includes properties such as `Name`, `Enumvalue`, `Options`, `SourceContext`, `Syntax`, and `Edition` to define various aspects of an enumeration type, and also has const fields representing the field number for each of those properties, such as `NameFieldNumber`, `EnumvalueFieldNumber`, and `EditionFieldNumber`."],["The `Enum` class provides methods for managing data, like `Clone()` for creating a deep copy, `Equals()` for comparison, `MergeFrom()` for merging data, and `WriteTo()` and `CalculateSize()` for handling data serialization."],["There are several versioned links for this documentation, including links for versions 3.27.1, 3.23.0, and 3.15.8, and numerous extension methods for `IMessage` are also listed for use with the `Enum` type."]]],[]]