Class MethodBaseExtensions
Inheritance
System.Object
MethodBaseExtensions
Assembly: Steeltoe.Common.Expression.dll
Syntax
public static class MethodBaseExtensions : object
Methods
|
Edit this page
View Source
GetParameterTypes(MethodBase)
Declaration
public static Type[] GetParameterTypes(this MethodBase method)
Parameters
Type |
Name |
Description |
MethodBase |
method |
|
Returns
|
Edit this page
View Source
IsVarArgs(MethodBase)
Declaration
public static bool IsVarArgs(this MethodBase method)
Parameters
Type |
Name |
Description |
MethodBase |
method |
|
Returns
Type |
Description |
System.Boolean |
|