예제 #1
0
 public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetProperties(this, attributes));
 }
예제 #2
0
 public PropertyDescriptorCollection GetProperties()
 {
     return(TypeDescriptorHelper.GetProperties(this));
 }