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

returnValue = CollectionExtensions.ByRefEnumerable(enumerable)

Syntax

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

GenericParameters

  • T

Parameters

  • enumerable

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