- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 49字
- 2021-07-02 15:29:28
Adding namespaces
The first thing to do is to add two new namespaces; so, enter the following after using System:
using System.Linq;
using System.Collections.Generic;
LINQ stands for Language Integrated Query, and using System.Collections .Generic is for working with lists. These are the two new namespaces that we are using.
推薦閱讀
- Advanced Machine Learning with Python
- Oracle從新手到高手
- Magento 2 Theme Design(Second Edition)
- Bulma必知必會(huì)
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- 小程序開(kāi)發(fā)原理與實(shí)戰(zhàn)
- Java Web程序設(shè)計(jì)任務(wù)教程
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- Go語(yǔ)言開(kāi)發(fā)實(shí)戰(zhàn)(慕課版)
- App Inventor少兒趣味編程動(dòng)手做
- Practical Predictive Analytics
- JavaScript Unit Testing
- 川哥教你Spring Boot 2實(shí)戰(zhàn)