AwesomeComputers.RAM.RAM.RAM C# (CSharp) Method

RAM() private method

private RAM ( int amount ) : System
amount int
return System
        internal RAM(int amount)
        {
            Amount = amount;
        }