Exemplo n.º 1
0
 // ** ctor
 internal BindingArrayListPropertyDescriptor(BindingArrayList list, PropertyDescriptor pd) : base(pd.Name, null)
 {
     _list = list;
     _pd   = pd;
 }