标签: c# wpf
例如如果我有属性的路径:
var placeNumber= Office.Floor.PlaceNumber
我怎样才能将完整路径作为字符串获得这样的结果:
console.WriteLine("The path is Office.Floor.PlaceNumber");