GenericMethodHelper is able to deduce the Type arguments for a generic method from the actual arguments provided.
More...
GenericMethodHelper is able to deduce the Type arguments for a generic method from the actual arguments provided.
NUnit.Framework.Internal.GenericMethodHelper.GenericMethodHelper |
( |
MethodInfo |
method | ) |
|
|
inline |
Construct a GenericMethodHelper for a method
- Parameters
-
method | MethodInfo for the method to examine |
Type [] NUnit.Framework.Internal.GenericMethodHelper.GetTypeArguments |
( |
object[] |
argList | ) |
|
|
inline |
void NUnit.Framework.Internal.GenericMethodHelper.TryApplyArgType |
( |
Type |
parmType, |
|
|
Type |
argType |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelper.ApplyArgType |
( |
Type |
parmType, |
|
|
Type |
argType |
|
) |
| |
|
inlineprivate |
bool NUnit.Framework.Internal.GenericMethodHelper.IsAssignableToGenericType |
( |
Type |
givenType, |
|
|
Type |
genericType |
|
) |
| |
|
inlineprivate |
MethodInfo NUnit.Framework.Internal.GenericMethodHelper.Method |
|
getsetprivate |
Type [] NUnit.Framework.Internal.GenericMethodHelper.TypeParms |
|
getsetprivate |
Type [] NUnit.Framework.Internal.GenericMethodHelper.TypeArgs |
|
getsetprivate |
Type [] NUnit.Framework.Internal.GenericMethodHelper.ParmTypes |
|
getsetprivate |
The documentation for this class was generated from the following file: