Table of Contents

Class MethodBaseExtensions

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
public static class MethodBaseExtensions
Inheritance
MethodBaseExtensions
Inherited Members

Methods

GetParameterTypes(MethodBase)

public static Type[] GetParameterTypes(this MethodBase method)

Parameters

method MethodBase

Returns

Type[]

IsVarArgs(MethodBase)

public static bool IsVarArgs(this MethodBase method)

Parameters

method MethodBase

Returns

bool