.NET Standard 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

These are the three kinds of collections we have in .NET Framework: 

  • System.Collections.Generic Classes
  • System.Collections.Concurrent Classes
  • System.Collections Classes

Let's have a look at these and their usage inside a .NET Standard 2.0 library.