-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Reflection_ReflectionExtensions_GetDelegateParams
andrewvk edited this page Apr 5, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Returns delegate parameter infos.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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.