ICancellableEnumerable Generic Interface

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 ICancellableEnumerable(Of T)

Syntax

'Declaration
Public Interface ICancellableEnumerable(Of T)
    Inherits IEnumerable(Of T), IEnumerable, _
    IDisposable, ICancellable
public interface ICancellableEnumerable<T> : IEnumerable<T>, IEnumerable, 
    IDisposable, ICancellable
generic<typename T>
public interface class ICancellableEnumerable : IEnumerable<T>, IEnumerable, 
    IDisposable, ICancellable

GenericParameters

  • T

Platforms

Target Platforms

See Also

Reference

ICancellableEnumerable Members
Microsoft.OneGet.Utility.Collections Namespace