public SerializePropertyAttribute(SerializablePropertyHandling handling)
     : this()
 {
     this.HandlingType = handling;
 }
 public SerializePropertyAttribute(SerializablePropertyHandling handling)
     : this()
 {
     this.HandlingType = handling;
 }
 //***************************************************************************
 // Constructors
 // 
 public SerializePropertyAttribute()
 {
     this.HandlingType = SerializablePropertyHandling.Standard;
 }
 //***************************************************************************
 // Constructors
 //
 public SerializePropertyAttribute()
 {
     this.HandlingType = SerializablePropertyHandling.Standard;
 }