Example #1
0
 public Element(VInt id, VInt size, long position)
 {
     this.ID       = id;
       this.Size     = size;
       this.Position = position;
 }
 public Element(VInt id, VInt size)
 {
   this.ID       = id;
   this.Size     = size;
 }