WrappedFunc Generic Class
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 WrappedFunc(Of T0, T1, T2, TRet)
Syntax
'Declaration
Public Class WrappedFunc(Of T0, T1, T2, TRet)
Inherits Invokable
public class WrappedFunc<T0,T1,T2,TRet> : Invokable
generic<typename T0, typename T1, typename T2, typename TRet>
public ref class WrappedFunc : public Invokable
GenericParameters
- T0
- T1
- T2
- TRet
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.OneGet.Utility.Plugin.Invokable
Microsoft.OneGet.Utility.Plugin.WrappedFunc
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
WrappedFunc Members
Microsoft.OneGet.Utility.Plugin Namespace