CancellableEnumerable Generic Class

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 instance As CancellableEnumerable(Of T)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CancellableEnumerable(Of T)
    Inherits SerializableEnumerable(Of T)
    Implements ICancellableEnumerable(Of T), IEnumerable(Of T), _
    IEnumerable, IDisposable, ICancellable
[SerializableAttribute] 
public class CancellableEnumerable<T> : SerializableEnumerable<T>, ICancellableEnumerable<T>, IEnumerable<T>, 
    IEnumerable, IDisposable, ICancellable
[SerializableAttribute] 
generic<typename T>
public ref class CancellableEnumerable : public SerializableEnumerable<T>, ICancellableEnumerable<T>, IEnumerable<T>, 
    IEnumerable, IDisposable, ICancellable

GenericParameters

  • T

Inheritance Hierarchy

System.Object
   Microsoft.OneGet.Utility.Collections.SerializableEnumerable
    Microsoft.OneGet.Utility.Collections.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

CancellableEnumerable Members
Microsoft.OneGet.Utility.Collections Namespace