- 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.
推薦閱讀
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 概率成形編碼調制技術理論及應用
- Python完全自學教程
- 單片機應用與調試項目教程(C語言版)
- Linux C編程:一站式學習
- UI設計全書(全彩)
- Hands-On Neural Network Programming with C#
- Elasticsearch Essentials
- Clojure for Java Developers
- 深入解析Java編譯器:源碼剖析與實例詳解
- Visual Basic程序設計實驗指導及考試指南
- Drupal 8 Development Cookbook(Second Edition)
- 征服C指針(第2版)
- HTML5 Boilerplate Web Development
- Learning SaltStack(Second Edition)