关于 C# 关键字中未提及的上下文关键字

发布于 2024-11-15 19:30:24 字数 342 浏览 0 评论 0原文

on 是上下文关键字吗?示例:http://msdn.microsoft.com/en-us/library/bb311040 .aspx
这里没有提到:http://msdn。 microsoft.com/en-us/library/x53a06bb(v=VS.100).aspx
还是我误解了?

on is a contextual keyword right? Sample : http://msdn.microsoft.com/en-us/library/bb311040.aspx

It is not mentioned here: http://msdn.microsoft.com/en-us/library/x53a06bb(v=VS.100).aspx
Or am I misinterpreting?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

第几種人 2024-11-22 19:30:24

上下文关键字用于提供代码中的具体含义,但它不是 保留C# 中的单词

它位于上下文关键字(C# 参考)

on 上下文关键字用于
查询表达式的连接子句
指定连接条件。

A Contextual keyword is used to provide a specific meaning in the code, but it is not a reserved word in C#.

Its there on Contextual Keywords (C# Reference)

The on contextual keyword is used in
the join clause of a query expression
to specify the join condition.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文