C# Programming/Keywords/where
< C Sharp Programming < Keywords
The where
keyword has two different meanings:
- It is used to specify one or more constraints on generic type parameters.
- With LINQ, it is used to query a data source and select or filter elements to return.
C# Keywords | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Special C# Identifiers | ||||||||||
|
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.