C# Class AwesomeComputers.RAM.RAM

Inheritance: IRAM
Datei anzeigen Open project: nzhul/TelerikAcademy Class Usage Examples

Private Properties

Property Type Description
RAM System

Public Methods

Method Description
LoadValue ( ) : int
SaveValue ( int newValue ) : void

Private Methods

Method Description
RAM ( int amount ) : System

Method Details

LoadValue() public method

public LoadValue ( ) : int
return int

SaveValue() public method

public SaveValue ( int newValue ) : void
newValue int
return void