CancellableBlockingCollection.Implicit Method

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Collections
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim input As CancellableBlockingCollection(Of T)
Dim output As CancellableEnumerable(Of T)

output = CType(input, CancellableEnumerable(Of T))

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    collection As CancellableBlockingCollection(Of T) _
) As CancellableEnumerable(Of T)
public static implicit operator CancellableEnumerable<T> (
    CancellableBlockingCollection<T> collection
)
public:
static implicit operator CancellableEnumerable<T>^ (
    CancellableBlockingCollection<T>^ collection
)

Parameters

  • collection

Return Value

Returns CancellableEnumerable.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

CancellableBlockingCollection Generic Class
CancellableBlockingCollection Members
Microsoft.OneGet.Utility.Collections Namespace