DynamicInterface.FilterTypesCompatibleTo Method (IEnumerable)

This element is introduced in Windows PowerShell 5.0.

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

Usage

'Usage
Dim instance As DynamicInterface
Dim types As IEnumerable(Of Type)
Dim returnValue As IEnumerable(Of Type)

returnValue = instance.FilterTypesCompatibleTo(types)

Syntax

'Declaration
Public Function FilterTypesCompatibleTo(Of TInterface) ( _
    types As IEnumerable(Of Type) _
) As IEnumerable(Of Type)
public IEnumerable<Type> FilterTypesCompatibleTo<TInterface> (
    IEnumerable<Type> types
)
public:
generic<typename TInterface>
IEnumerable<Type^>^ FilterTypesCompatibleTo (
    IEnumerable<Type^>^ types
)

GenericParameters

  • TInterface

Parameters

  • types

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

DynamicInterface Class
DynamicInterface Members
Microsoft.OneGet.Utility.Plugin Namespace