HashtableExtensions.LookupFuncStrings 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 hashtable As Hashtable
Dim returnValue As Func(Of String, IEnumerable(Of String))

returnValue = HashtableExtensions.LookupFuncStrings(hashtable)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function LookupFuncStrings ( _
    hashtable As Hashtable _
) As Func(Of String, IEnumerable(Of String))
[ExtensionAttribute] 
public static Func<string,IEnumerable<string>> LookupFuncStrings (
    Hashtable hashtable
)
[ExtensionAttribute] 
public:
static Func<String^, IEnumerable<String^>^>^ LookupFuncStrings (
    Hashtable^ hashtable
)
/** @attribute ExtensionAttribute() */ 
public static Func<String,IEnumerable<String>> LookupFuncStrings (
    Hashtable hashtable
)
ExtensionAttribute 
public static function LookupFuncStrings (
    hashtable : Hashtable
) : Func<String,IEnumerable<String>>

Parameters

  • hashtable

Return Value

Returns Func.

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

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