MethodRefGetMethodParameters Method (MethodDefinition) |
Get the parameters of a MethodDefinition, 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(
MethodDefinition methodDefinition
)
Parameters
- methodDefinition
- Type: Mono.CecilMethodDefinition
Return Value
Type:
ICollectionSee Also