©2009 Microsoft Corporation. All rights reserved.
C# Language Reference
in (C# Reference)

Updated: July 2008

The in contextual keyword is used in two contexts:

  • foreach [ http://msdn.microsoft.com/en-us/library/ttw7t8t6.aspx ] statements

  • join clauses [ http://msdn.microsoft.com/en-us/library/bb311040.aspx ] in query expressions

Other Resources

C# Reference [ http://msdn.microsoft.com/en-us/library/618ayhy6.aspx ]

Date

History

Reason

July 2008

Added topic.

Information enhancement.

Tags: 
 
Community Content
Also in from   Last Edit 1:02 PM by Lorenzo   
The in contextual keyword is used also in from clauses in query expressions
Tags: