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."],[[["This document outlines the `RepeatedExtension\u003cTTarget, TValue\u003e` class, which is a type-safe identifier for managing repeated extension values within `IExtendableMessage\u003cT\u003e` instances."],["The `RepeatedExtension\u003cTTarget, TValue\u003e` class inherits from the `Extension` class and is used in the `Google.Protobuf` namespace within the `Google.Protobuf.dll` assembly."],["This API is experimental, and therefore, is subject to changes."],["The class constructor, `RepeatedExtension(int fieldNumber, FieldCodec\u003cTValue\u003e codec)`, is used to create a new repeated extension identifier by specifying a field number and a field codec."],["`TTarget` represents the message type to which the repeated field is applicable, and `TValue` represents the type of the values found within the repeated field of the extension."]]],[]]