I get a Properties of some object
var properties = typeof(T).GetProperties() .Select(x => x.Name) .ToList()
How can i get names of the properties, which values are not null?
null
And how can i get thoose values?
Aucun commentaire:
Enregistrer un commentaire