[[["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 either a single element or an array of elements as a parameter value.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the \u003ccode\u003eObject\u003c/code\u003e class and implements the \u003ccode\u003eIEnumerable<T>\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRepeatable<T>\u003c/code\u003e class offers several implicit operators to convert single elements, arrays (\u003ccode\u003eT[]\u003c/code\u003e), and lists (\u003ccode\u003eList<T>\u003c/code\u003e) into \u003ccode\u003eRepeatable<T>\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRepeatable\u003c/code\u003e constructor takes an \u003ccode\u003eIEnumerable<T>\u003c/code\u003e as a parameter to create a repeatable value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method returns an \u003ccode\u003eIEnumerator<T>\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]