/// <summary> /// Create a new LaptopComputer object. /// </summary> /// <param name="brand">Initial value of the Brand property.</param> /// <param name="id">Initial value of the Id property.</param> public static LaptopComputer CreateLaptopComputer(global::System.String brand, global::System.Int32 id) { LaptopComputer laptopComputer = new LaptopComputer(); laptopComputer.Brand = brand; laptopComputer.Id = id; return laptopComputer; }