MethodRefGetMethodParameters Method (MethodBase) |
Get the parameters of a MethodBase, handling the VarArgs calling convention.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static ICollection GetMethodParameters(
MethodBase methodBase
)
Parameters
- methodBase
- Type: System.ReflectionMethodBase
Return Value
Type:
ICollectionSee Also