摘要: 提问 wix服务恢复 回答 <?xml version="1.0" encoding="UTF-8"?> <?include Configuration.wxi?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="h 阅读全文
posted @ 2023-04-10 15:10 东百牧码人 阅读(23) 评论(0) 推荐(0)
摘要: 提问 如何写列表example注释 回答 使用[] 示例 /// <summary> /// 集合 /// </summary> /// <example>["asdfasdfeadfadf"]</example> public List<string>? Orders{ get; set; } 阅读全文
posted @ 2023-04-10 13:26 东百牧码人 阅读(19) 评论(0) 推荐(0)