Exemplo n.º 1
0
 public IfcPositiveInteger(Int64 value) : this()
 {
     this.Value = new IfcInteger(value);
 }
Exemplo n.º 2
0
 public IfcPositiveInteger(IfcInteger value) : this()
 {
     this.Value = value;
 }