ParallelEnumerable.Empty(Of TResult) Method ()
.NET Framework (current version)
Returns an empty ParallelQuery{TResult} that has the specified type argument.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.Linq.ParallelQuery(Of TResult)An empty sequence whose type argument is TResult.
Type Parameters
- TResult
The type to assign to the type parameter of the returned generic sequence.
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: