Ejemplo n.º 1
0
 internal bool CanBeCalledWithReturnType(Type callReturnType)
 {
     return(ReturnType.CanBeAssignedFromType(callReturnType));
 }