예제 #1
0
 public Type GetGenericMethodArgument(int index)
 {
     return(UnboundGenericMethodParameter.Make(index));
 }
예제 #2
0
 public Type BindMethodParameter(Type type)
 {
     return(UnboundGenericMethodParameter.Make(type.GenericParameterPosition));
 }