- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 38字
- 2025-04-04 19:28:53
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.