Click or drag to resize

MethodRefGetDelegateParameterType Method

Overload List
  NameDescription
Public methodGetDelegateParameterType(Int32)
Get the type (or null if none) of the delegate parameter with the specified index.
(Inherited from TypeRefBase.)
Public methodGetDelegateParameterType(Int32, Expression)
Determine the delegate type of the parameter with the specified argument index.
Public methodStatic memberGetDelegateParameterType(Object, Int32, Expression)
Determine the delegate type of the parameter of the specified method object with the specified argument index.
Top
See Also