[[["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 `ExtensionRange` class, part of the `Google.Protobuf.Reflection` namespace, is used within the Google.Protobuf library, specifically version 3.15.8."],["It represents a range of extension fields, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `Start` and `End`, defining the inclusive and exclusive bounds of the extension range respectively, alongside `Options` and `Descriptor` for field meta data."],["It provides methods for managing the range, such as `ClearStart`, `ClearEnd`, `CalculateSize`, `Clone`, `MergeFrom`, `Equals`, `GetHashCode`, and others for managing and accessing the extension range."],["The class has `EndFieldNumber`, `OptionsFieldNumber` and `StartFieldNumber` fields to represent the field number of their corresponding property."]]],[]]