Type myType = myObject.GetType(); IList props = new List (myType.GetProperties()); foreach (PropertyInfo prop in props) { object propValue ...
確定! 回上一頁