Parameters
- item
- The value to be repeated.
- times
- The number of times to repeat the value in the generated sequence
Type Parameters
- T
- The type of the value to be repeated in the result sequence.
Return Value
An IEnumerable that contains a repeated value.