Свойство | Тип | Описание | |
---|---|---|---|
ApplyArgType | void | ||
IsAssignableToGenericType | bool | ||
TryApplyArgType | void |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
ApplyArgType ( |
||
IsAssignableToGenericType ( |
||
TryApplyArgType ( |
public GenericMethodHelper ( |
||
method | MethodInfo for the method to examine | |
Результат | System |
public GetTypeArguments ( object argList ) : System.Type[] | ||
argList | object | The arguments to the method |
Результат | System.Type[] |