提交 92e7a5b1 编写于 作者: T tanghai

修复ILRT模式报错

上级 9446cf62
......@@ -42,7 +42,7 @@ namespace ETModel
return new List<Type>();
}
return this.appDomain.LoadedTypes.Values.Select(x => x.ReflectionType);
return this.appDomain.LoadedTypes.Values.Select(x => x.ReflectionType).ToList();
#else
if (this.assembly == null)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册