-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Reflection_ReflectionExtensions_GetDelegateParams
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Returns delegate parameter infos.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ParameterInfo[] GetDelegateParams(
Type delegateType
)VB
Public Shared Function GetDelegateParams (
delegateType As Type
) As ParameterInfo()F#
static member GetDelegateParams :
delegateType : Type -> ParameterInfo[]
- delegateType
- Type: System.Type
Type of delegate
Type: ParameterInfo[]
Array of ParameterInfo.