public sealed class RepeatedExtension<TTarget, TValue> : Extension where TTarget : IExtendableMessage<TTarget>
Represents a type-safe extension identifier used for getting repeated extension values in IExtendableMessage<T> instances.
This API is experimental and subject to change.
[[["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\u003eRepeatedExtension<TTarget, TValue>\u003c/code\u003e class is a type-safe identifier for repeated extension values within \u003ccode\u003eIExtendableMessage<T>\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Protobuf\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Protobuf.dll\u003c/code\u003e assembly, currently in experimental status.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eExtension\u003c/code\u003e class and provides a constructor to create a new instance, requiring a field number and a \u003ccode\u003eFieldCodec<TValue>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTTarget\u003c/code\u003e is used to define the type of message the field applies to, while \u003ccode\u003eTValue\u003c/code\u003e represents the value type of the repeated field in the extension.\u003c/p\u003e\n"],["\u003cp\u003eThis class has versions available in 3.15.8, 3.23.0, and the latest 3.27.1.\u003c/p\u003e\n"]]],[],null,[]]