We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Returns delegate parameter infos.
Namespace: CodeJam.ReflectionAssembly: 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[]
Type: ParameterInfo[]Array of ParameterInfo.
ReflectionExtensions ClassCodeJam.Reflection Namespace