Click or drag to resize

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

Parameters

methodBase
Type: System.ReflectionMethodBase

Return Value

Type: ICollection
See Also