Ejemplo n.º 1
0
 /// <summary>Detaches this value from a serializable list.</summary>
 public void Detach()
 {
     List = null;
 }
Ejemplo n.º 2
0
 /// <summary>Attaches this value to a serializable list.</summary>
 public void Attach(SVGSerializable list)
 {
     List = list;
 }
Ejemplo n.º 3
0
 public SVGLength(bool readOnly, SVGSerializable list, Css.Value originalValue)
 {
     IsReadOnly = readOnly;
     List       = list;
     rawValue   = originalValue;
 }