C# 클래스 Tibialyzer.OrderedHashSetCollection

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

공개 프로퍼티들

프로퍼티 타입 설명
baseCount int
hashSets HashSet>>.List

공개 메소드들

메소드 설명
ClearItems ( int clearMinutes ) : void
GetItemCount ( ) : int
UpdateHashSet ( Dictionary values ) : void

메소드 상세

ClearItems() 공개 메소드

public ClearItems ( int clearMinutes ) : void
clearMinutes int
리턴 void

GetItemCount() 공개 메소드

public GetItemCount ( ) : int
리턴 int

UpdateHashSet() 공개 메소드

public UpdateHashSet ( Dictionary values ) : void
values Dictionary
리턴 void

프로퍼티 상세

baseCount 공개적으로 프로퍼티

public int baseCount
리턴 int

hashSets 공개적으로 프로퍼티

public List>> hashSets
리턴 HashSet>>.List