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

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

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