[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRepeatable<T>\u003c/code\u003e class allows passing a single element or an array of elements as a parameter value.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements the \u003ccode\u003eIEnumerable<T>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e interfaces, enabling iteration over its elements.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRepeatable<T>\u003c/code\u003e class includes implicit operators to convert a \u003ccode\u003eList<T>\u003c/code\u003e, a single element of type \u003ccode\u003eT\u003c/code\u003e, or an array \u003ccode\u003eT[]\u003c/code\u003e into a \u003ccode\u003eRepeatable<T>\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is version 1.69.0, and prior versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0 are also available.\u003c/p\u003e\n"]]],[],null,["# Class Repeatable<T> (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Repeatable-1)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Util.Repeatable-1)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Util.Repeatable-1)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Util.Repeatable-1)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Util.Repeatable-1)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Util.Repeatable-1) \n\n public class Repeatable\u003cT\u003e : IEnumerable\u003cT\u003e, IEnumerable\n\nRepeatable class which allows you to both pass a single element, as well as an array, as a parameter value. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Repeatable\\\u003cT\\\u003e \n\nImplements\n----------\n\n[IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apis.Util](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util)\n\nAssembly\n--------\n\nGoogle.Apis.Core.dll\n\nConstructors\n------------\n\n### Repeatable(IEnumerable\\\u003cT\\\u003e)\n\n public Repeatable(IEnumerable\u003cT\u003e enumeration)\n\nCreates a repeatable value.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cT\u003e GetEnumerator()\n\nOperators\n---------\n\n### implicit operator Repeatable\\\u003cT\\\u003e(List\\\u003cT\\\u003e)\n\n public static implicit operator Repeatable\u003cT\u003e(List\u003cT\u003e elem)\n\nConverts a number of elements into a repeatable.\n\n### implicit operator Repeatable\\\u003cT\\\u003e(T)\n\n public static implicit operator Repeatable\u003cT\u003e(T elem)\n\nConverts the single element into a repeatable.\n\n### implicit operator Repeatable\\\u003cT\\\u003e(T\\[\\])\n\n public static implicit operator Repeatable\u003cT\u003e(T[] elem)\n\nConverts a number of elements into a repeatable.\n\nExtension Method\n----------------\n\n[Utilities.ThrowIfNull\\\u003cT\\\u003e(T, string)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Utilities#Google_Apis_Util_Utilities_ThrowIfNull__1___0_System_String_)"]]