EF Core 方法注释
我发现自己的应用程序具有以下注释:
/// <summary>
/// Update Items
/// </summary>
/// <param name="items"></param>
/// <returns>Number records updated</returns>
每个 Method() 都有类似的注释。这是 EF Core C# 注释的正常模式吗?
I found my self with an application with the following comments:
/// <summary>
/// Update Items
/// </summary>
/// <param name="items"></param>
/// <returns>Number records updated</returns>
Every Method() has something similar comment. Is this a normal pattern for EF Core C# comments?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论