TryGetActionType Method
TOC
Collapse the table of content
Expand the table of content

Expression.TryGetActionType Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a Type object that represents a generic System.Action delegate type that has specific type arguments.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Shared Function TryGetActionType ( _
	typeArgs As Type(), _
	<OutAttribute> ByRef actionType As Type _
) As Boolean

Parameters

typeArgs
Type: System.Type ()
An array of Type objects that specify the type arguments for the System.Action delegate type.
actionType
Type: System.Type %
When this method returns, contains the generic System.Action delegate type that has specific type arguments. Contains null if there is no generic System.Action delegate that matches the typeArgs.This parameter is passed uninitialized.

Return Value

Type: System.Boolean
true if generic System.Action delegate type was created for specific typeArgs; false otherwise.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft