[[["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\u003eRepeatable<T>\u003c/code\u003e class allows for passing either a single element or an array of elements as a parameter value.\u003c/p\u003e\n"],["\u003cp\u003eIt implements the \u003ccode\u003eIEnumerable<T>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e interfaces, enabling it to be used in scenarios that require enumeration.\u003c/p\u003e\n"],["\u003cp\u003eThe class features constructors that allow for the creation of \u003ccode\u003eRepeatable\u003c/code\u003e values from an \u003ccode\u003eIEnumerable<T>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eImplicit operators are provided to convert a \u003ccode\u003eList<T>\u003c/code\u003e, a single element of type \u003ccode\u003eT\u003c/code\u003e, or an array of \u003ccode\u003eT\u003c/code\u003e into a \u003ccode\u003eRepeatable<T>\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method allows for iteration over the elements contained within the \u003ccode\u003eRepeatable<T>\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]