Click or drag to resize

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
C#
public static ICollection GetMethodParameters(
	MethodDefinition methodDefinition
)

Parameters

methodDefinition
Type: Mono.CecilMethodDefinition

Return Value

Type: ICollection
See Also