C# 7 and .NET Core Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

We need to inspect several classes for their properties. To do this, we will create a generic interface that will return a list of all the properties found for a class as a list of strings.