The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParallelEnumerable::Repeat<TResult> Method (TResult, Int32)
.NET Framework (current version)
Generates a parallel sequence that contains one repeated value.
Assembly: System.Core (in System.Core.dll)
public: generic<typename TResult> static ParallelQuery<TResult>^ Repeat( TResult element, int count )
Parameters
- element
-
Type:
TResult
The value to be repeated.
- count
-
Type:
System::Int32
The number of times to repeat the value in the generated sequence.
Type Parameters
- TResult
The type of the value to be repeated in the result sequence.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | count is less than 0. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: