if (TypeDescriptor.GetProperties(this)[propertyName] == null) { Debug.Fail("无效属性名称: " + propertyName); }
if (TypeDescriptor.GetProperties(this)[propertyName] == null) { Debug.Fail("无效属性名称: " + propertyName); }
转载于:https://www.cnblogs.com/xpvincent/p/4204241.html