C# 클래스 StoryTeller.Engine.Sets.SimpleDictionary

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

공개 메소드들

메소드 설명
Has ( string key ) : bool
this ( string key ) : object

메소드 상세

Has() 공개 메소드

public Has ( string key ) : bool
key string
리턴 bool

this() 공개 메소드

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