C# 클래스 SystemEx.Persist.StoreItems

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

공개 메소드들

메소드 설명
ContainsKey ( string index ) : bool
Remove ( string index ) : void
this ( string index ) : object

비공개 메소드들

메소드 설명
StoreItems ( object>.Dictionary items ) : System

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string index ) : bool
index string
리턴 bool

Remove() 공개 메소드

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

this() 공개 메소드

public this ( string index ) : object
index string
리턴 object