C# 클래스 Knot3.Game.Utilities.FileIndex

파일 보기 프로젝트 열기: knot3/knot3-code 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string hash ) : void
Contains ( string hash ) : bool
FileIndex ( string filename ) : System.Collections.Generic
Remove ( string hash ) : void

비공개 메소드들

메소드 설명
Save ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string hash ) : void
hash string
리턴 void

Contains() 공개 메소드

public Contains ( string hash ) : bool
hash string
리턴 bool

FileIndex() 공개 메소드

public FileIndex ( string filename ) : System.Collections.Generic
filename string
리턴 System.Collections.Generic

Remove() 공개 메소드

public Remove ( string hash ) : void
hash string
리턴 void