C# Class AwesomeComputers.Computers.Computer

Datei anzeigen Open project: nzhul/TelerikAcademy

Protected Methods

Method Description
Computer ( ICPU cpu, IRAM ram, IVideoCard videoCard, RAID hardDriveRaid, IMotherboard motherBoard ) : System.Collections.Generic

Method Details

Computer() protected method

protected Computer ( ICPU cpu, IRAM ram, IVideoCard videoCard, RAID hardDriveRaid, IMotherboard motherBoard ) : System.Collections.Generic
cpu ICPU
ram IRAM
videoCard IVideoCard
hardDriveRaid AwesomeComputers.HardDrive.RAID
motherBoard IMotherboard
return System.Collections.Generic