Example #1
0
 public Number_PropertyType(Integer Integer)
 {
     this.Integer=Integer;
 }
Example #2
0
 public XRootNamespace(Integer root)
 {
     this.doc=new XDocument(root.Untyped);
     this.rootObject=root;
 }