Property | Type | Description | |
---|---|---|---|
ApplyArgType | void | ||
IsAssignableToGenericType | bool | ||
TryApplyArgType | void |
Method | Description | |
---|---|---|
GenericMethodHelper ( |
Construct a GenericMethodHelper for a method
|
|
GetTypeArguments ( object argList ) : System.Type[] |
Return the type arguments for the method, deducing them from the arguments actually provided.
|
Method | Description | |
---|---|---|
ApplyArgType ( |
||
IsAssignableToGenericType ( |
||
TryApplyArgType ( |
public GenericMethodHelper ( |
||
method | MethodInfo for the method to examine | |
return | System |
public GetTypeArguments ( object argList ) : System.Type[] | ||
argList | object | The arguments to the method |
return | System.Type[] |