C# Class StoryTeller.Engine.Sets.SimpleDictionary

Datei anzeigen Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Has ( string key ) : bool
this ( string key ) : object

Method Details

Has() public method

public Has ( string key ) : bool
key string
return bool

this() public method

public this ( string key ) : object
key string
return object