Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

2 Answers

up vote 1 down vote accepted

It is mentioned here: http://msdn.microsoft.com/en-us/library/bb310804.aspx

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.