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

Syntax

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

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

SerializableEnumerable Members
Microsoft.OneGet.Utility.Collections Namespace