//
// 摘要:
// 返回当前 System.Type 的所有公共属性。
//
// 返回结果:
// 表示当前 System.Type 的所有公共属性的 System.Reflection.PropertyInfo 对象数组。 - 或 - 如果当前
// System.Type 没有公共属性,则为 System.Reflection.PropertyInfo 类型的空数组。
public PropertyInfo[] GetProperties();