public sealed class EnumDescriptorProto : IMessage<EnumDescriptorProto>, IEquatable<EnumDescriptorProto>, IDeepCloneable<EnumDescriptorProto>, IBufferMessage, IMessage
public RepeatedField<EnumDescriptorProto.Types.EnumReservedRange> ReservedRange { get; }
Range of reserved numeric values. Reserved numeric values may not be used
by enum values in the same enum declaration. Reserved ranges may not
overlap.
[[["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."],[[["`EnumDescriptorProto` is a sealed class in the `Google.Protobuf.Reflection` namespace that describes an enum type."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `Name`, `Options`, `ReservedName`, `ReservedRange`, and `Value`, which define the enum's name, options, reserved names, reserved numeric value ranges, and its values respectively."],["The class provides methods such as `Clone()`, `Equals()`, `GetHashCode()`, and `MergeFrom()` for object manipulation and comparison."],["There are various fields provided like `NameFieldNumber`, `OptionsFieldNumber`, `ReservedNameFieldNumber`, `ReservedRangeFieldNumber`, and `ValueFieldNumber` that are used for defining the \"name\", \"options\", \"reserved_name\", \"reserved_range\" and \"value\" fields respectively, all using an int."]]],[]]