-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Reflection_ReflectionExtensions_GetDelegateParams
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns delegate parameter infos.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.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.