CollectionExtensions.ToEnumerable Method

This element is introduced in Windows PowerShell 5.0.

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

Usage

'Usage
Dim obj As Object
Dim returnValue As IEnumerable(Of T)

returnValue = CollectionExtensions.ToEnumerable(obj)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ToEnumerable(Of T) ( _
    obj As Object _
) As IEnumerable(Of T)
[ExtensionAttribute] 
public static IEnumerable<T> ToEnumerable<T> (
    Object obj
)
[ExtensionAttribute] 
public:
generic<typename T>
static IEnumerable<T>^ ToEnumerable (
    Object^ obj
)

GenericParameters

  • T
  • T

Parameters

  • obj
  • obj

Return Value

Returns IEnumerable.

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

CollectionExtensions Class
CollectionExtensions Members
Microsoft.OneGet.Utility.Extensions Namespace