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

Syntax

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

GenericParameters

  • T

Platforms

Target Platforms

See Also

Reference

ICancellableEnumerator Members
Microsoft.OneGet.Utility.Collections Namespace