프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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[] |