C# Class _04_GuessTheNumberTurnTheTables.FileSystemDatabase

Afficher le fichier Open project: mbrezu/Shovel Class Usage Examples

Méthodes publiques

Méthode Description
FileSystemDatabase ( string directory ) : System
GetFreshId ( ) : int
Read ( int key ) : byte[]>.Dictionary
Write ( int key, byte[]>.Dictionary obj ) : void

Method Details

FileSystemDatabase() public méthode

public FileSystemDatabase ( string directory ) : System
directory string
Résultat System

GetFreshId() public méthode

public GetFreshId ( ) : int
Résultat int

Read() public méthode

public Read ( int key ) : byte[]>.Dictionary
key int
Résultat byte[]>.Dictionary

Write() public méthode

public Write ( int key, byte[]>.Dictionary obj ) : void
key int
obj byte[]>.Dictionary
Résultat void