我想使用配置文件.settings来保存这个结构:
struct sR22Protocole
{
Int32 inputkey;
Int32 outputkey;
Int32 voltage;
Int32 Ohm;
Int32 Correction;
};
Run Code Online (Sandbox Code Playgroud)
在设置设计器中,我可以添加不同的类型,但它不会在浏览部分显示我的结构.设计师有没有办法访问我的结构?如果不是,有没有办法以programmaticaly添加它?