public static class RepeatExtension
<ExtensionAttribute>
Public NotInheritable Class RepeatExtension
[ExtensionAttribute]
public ref class RepeatExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type RepeatExtension = class end
Repeat<T>(IEnumerable<T>) | Repeats the sequence forever. |
Repeat<T>(IEnumerable<T>, Int32) | Repeats the sequence the specified number of times. |