示例#1
0
 public void Add(CustomProperty value)
 {
     List.Add(value);
 }
 public CustomPropertyDescriptor(ref CustomProperty myProperty, Attribute[] attrs)
     : base(myProperty.Name, attrs)
 {
     _property = myProperty;
 }