You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ILRuntime Version
Please fill in the version of ILRuntime you're currently using(package version or git commit hash or repository download date)
请填写使用的ILRuntime版本(package版本或Git提交号或下载日期)
2.1.0
The text was updated successfully, but these errors were encountered:
例: 方法
Reg(Action<object> onInvokeAction);
传入的方法是
void InvokeMethod(object obj);
缩进写法可以直接写:
Reg(InvokeMethod); //这样写会报错! Reg(obj=>InvokeMethod(obj)); //这样写不会.
ILRuntime Version
Please fill in the version of ILRuntime you're currently using(package version or git commit hash or repository download date)
请填写使用的ILRuntime版本(package版本或Git提交号或下载日期)
2.1.0
The text was updated successfully, but these errors were encountered: