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

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

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