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