C# 클래스 Zetetic.Chain.ContextBase

상속: System.MarshalByRefObject, IContext
파일 보기 프로젝트 열기: skradel/Zetetic.Chain 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BaseStorage object>.Dictionary

공개 메소드들

메소드 설명
Remove ( string key ) : void
this ( string key ) : object

메소드 상세

Remove() 공개 메소드

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

this() 공개 메소드

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

프로퍼티 상세

BaseStorage 보호되어 있는 프로퍼티

protected Dictionary BaseStorage
리턴 object>.Dictionary