C# 클래스 AwesomeComputers.HardDrive.HardDrive

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

Private Properties

프로퍼티 타입 설명
HardDrive System

공개 메소드들

메소드 설명
LoadData ( int address ) : string
SaveData ( int addr, string newData ) : void

비공개 메소드들

메소드 설명
HardDrive ( int capacity, bool isInRaid ) : System

메소드 상세

LoadData() 공개 메소드

public LoadData ( int address ) : string
address int
리턴 string

SaveData() 공개 메소드

public SaveData ( int addr, string newData ) : void
addr int
newData string
리턴 void