CollectionExtensions.SingleItemAsEnumerable 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 item As T
Dim returnValue As IEnumerable(Of T)

returnValue = CollectionExtensions.SingleItemAsEnumerable(item)

Syntax

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

GenericParameters

  • T

Parameters

  • item

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