Posts by chylton • 13 points
1 post
-
0
votes1
answer259
viewsQ: Check if it is a list in c#
I have a method, where I will receive an object of any Class, and one of its properties can be a List that can be of a specific object or string, int, decimal and etc. My question is: How to…