Exemplo n.º 1
0
 public void Add(CustomProperty Value)
 {
     List.Add(Value);
 }
Exemplo n.º 2
0
 public CustomPropertyDescriptor(ref CustomProperty myProperty, Attribute[] attrs) : base(myProperty.Name, attrs)
 {
     m_Property = myProperty;
 }