C# Class AwesomeComputers.RAM.RAM

Inheritance: IRAM
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Private Properties

Свойство Type Description
RAM System

Méthodes publiques

Méthode Description
LoadValue ( ) : int
SaveValue ( int newValue ) : void

Private Methods

Méthode Description
RAM ( int amount ) : System

Method Details

LoadValue() public méthode

public LoadValue ( ) : int
Résultat int

SaveValue() public méthode

public SaveValue ( int newValue ) : void
newValue int
Résultat void