- 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.
推薦閱讀
- AngularJS入門與進階
- TypeScript入門與實戰(zhàn)
- Java異步編程實戰(zhàn)
- R語言經典實例(原書第2版)
- Reactive Programming with Swift
- Unity 2020 Mobile Game Development
- HBase從入門到實戰(zhàn)
- 數據結構簡明教程(第2版)微課版
- Learning SQLite for iOS
- Python漫游數學王國:高等數學、線性代數、數理統(tǒng)計及運籌學
- Learning Python Design Patterns
- 現代C++編程實戰(zhàn):132個核心技巧示例(原書第2版)
- Backbone.js Testing
- 石墨烯改性塑料
- Unity Android Game Development by Example Beginner's Guide