Expression::GetDelegateType Method (array<Type^>^)
.NET Framework (current version)
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)
Parameters
- typeArgs
-
Type:
array<System::Type^>^
The type arguments of the delegate.
The last type argument determines the return type of the delegate. If no Func or Action is large enough, it will generate a custom delegate type.
As with Func, the last argument is the return type. It can be set to System.Void to produce an Action.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: