Ejemplo n.º 1
0
 public void Dispose()
 {
     this.name = null;
     this.x.Dispose();
     this.x = null;
     this.y.Dispose();
     this.y = null;
 }
Ejemplo n.º 2
0
 public WzVectorProperty(string name, WzCompressedIntProperty x, WzCompressedIntProperty y)
 {
     this.name = name;
     this.x    = x;
     this.y    = y;
 }