Expression.GetDelegateType Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a Type object that represents a generic System.Func or System.Action delegate type that has specific type arguments.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Shared Function GetDelegateType ( _ ParamArray typeArgs As Type() _ ) As Type
Parameters
- typeArgs
- Type:
System.Type
()
The type arguments of the delegate.
Show: