public sealed class ReservedRange : object, IMessage<DescriptorProto.Types.ReservedRange>, IEquatable<DescriptorProto.Types.ReservedRange>, IDeepCloneable<DescriptorProto.Types.ReservedRange>, IBufferMessage, IMessage
Range of reserved tag numbers. Reserved tag numbers may not be used by
fields or extension ranges in the same message. 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."],[[["\u003cp\u003eThe \u003ccode\u003eReservedRange\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace, defines a range of tag numbers that are reserved and cannot be used by fields or extension ranges within the same message, and they must not overlap.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used with Google Protocol Buffers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReservedRange\u003c/code\u003e objects have properties to manage the start and end of the reserved range (\u003ccode\u003eStart\u003c/code\u003e and \u003ccode\u003eEnd\u003c/code\u003e), along with corresponding methods to clear these values, and also have a \u003ccode\u003eParser\u003c/code\u003e property that can be used for parsing messages.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers constructors for creating a new \u003ccode\u003eReservedRange\u003c/code\u003e instance or copying an existing one, as well as fields for \u003ccode\u003eStartFieldNumber\u003c/code\u003e and \u003ccode\u003eEndFieldNumber\u003c/code\u003e used to access the associated fields.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eMergeFrom()\u003c/code\u003e, \u003ccode\u003eWriteTo()\u003c/code\u003e, and \u003ccode\u003eCalculateSize()\u003c/code\u003e are available for manipulation, comparison, serialization, and calculation of the message size, respectively.\u003c/p\u003e\n"]]],[],null,[]]