请问如何在CLR项目中替换以下内容?
#include <thread> std::this_thread::sleep_for(std::chrono::milliseconds(60*100));
clr c++-cli
c++-cli ×1
clr ×1