摘要:
错误1 赋值问题 貌似编译器版本有点低,无法识别C#的高级语法糖 属性的初始值,必须是public bool IsEnabled { get{return true;} } 不能写成public bool IsEnabled { get; }=true; Control Compiler Error 阅读全文
posted @ 2019-07-16 22:13
ChuckLu
阅读(784)
评论(0)
推荐(0)
摘要:
namespace Triton.Bot public static class PluginManager 通过load函数进行加载,而且加载的是固定路径,扫描Plugins文件夹 使用AssemblyLoader加载插件,只扫描.cs文件 阅读全文
posted @ 2019-07-16 21:41
ChuckLu
阅读(615)
评论(0)
推荐(0)
摘要:
Unexpected ConvertTo-Json results? Answer: it has a default -Depth of 2 问题 Why do I get unexpected ConvertTo-Json results? And why does a round-trip ( 阅读全文
posted @ 2019-07-16 10:29
ChuckLu
阅读(259)
评论(0)
推荐(0)

浙公网安备 33010602011771号