AwesomeComputers.CPU64.CPU64 C# (CSharp) Метод

CPU64() публичный Метод

public CPU64 ( IRAM ram, int coreCount ) : System
ram IRAM
coreCount int
Результат System
        public CPU64(IRAM ram, int coreCount)
        {
            this.ram = ram;
            this.NumberOfCores = coreCount;
        }