public CustomPropertyDescriptor(ref CustomProperty myProperty, Attribute[] attrs)
     : base(myProperty.Name, attrs)
 {
     m_Property = myProperty;
 }
 public void Add(CustomProperty Value)
 {
     Properties.Add(Value);
 }