Skip to content

M_CodeJam_Reflection_ReflectionExtensions_GetDelegateParams

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

ReflectionExtensions.GetDelegateParams Method

Returns delegate parameter infos.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static ParameterInfo[] GetDelegateParams(
	Type delegateType
)

VB

Public Shared Function GetDelegateParams ( 
	delegateType As Type
) As ParameterInfo()

F#

static member GetDelegateParams : 
        delegateType : Type -> ParameterInfo[] 

Parameters

 

delegateType
Type: System.Type
Type of delegate

Return Value

Type: ParameterInfo[]
Array of ParameterInfo.

See Also

Reference

ReflectionExtensions Class
CodeJam.Reflection Namespace

Clone this wiki locally