C# 클래스 _04_GuessTheNumberTurnTheTables.FileSystemDatabase

파일 보기 프로젝트 열기: mbrezu/Shovel 1 사용 예제들

공개 메소드들

메소드 설명
FileSystemDatabase ( string directory ) : System
GetFreshId ( ) : int
Read ( int key ) : byte[]>.Dictionary
Write ( int key, byte[]>.Dictionary obj ) : void

메소드 상세

FileSystemDatabase() 공개 메소드

public FileSystemDatabase ( string directory ) : System
directory string
리턴 System

GetFreshId() 공개 메소드

public GetFreshId ( ) : int
리턴 int

Read() 공개 메소드

public Read ( int key ) : byte[]>.Dictionary
key int
리턴 byte[]>.Dictionary

Write() 공개 메소드

public Write ( int key, byte[]>.Dictionary obj ) : void
key int
obj byte[]>.Dictionary
리턴 void