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."],[[["The `RepeatedExtension\u003cTTarget, TValue\u003e` class is a type-safe identifier for repeated extension values within `IExtendableMessage\u003cT\u003e` instances."],["This class is currently marked as experimental and is subject to potential changes in future versions."],["It inherits from the `Extension` class and is found within the `Google.Protobuf` namespace, part of the `Google.Protobuf.dll` assembly."],["It is constructed using a field number and a `FieldCodec\u003cTValue\u003e` to specify the field and how the values are encoded."],["The latest version of the class available is 3.27.1."]]],[]]