public AttributeDescriptorElement(AttributeDescriptor <TDescriptor, TValue> v)
     : this()
 {
     value = v;
 }