C# Class StoryTeller.Engine.Sets.SimpleDictionary

Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Has ( string key ) : bool
this ( string key ) : object

Method Details

Has() public méthode

public Has ( string key ) : bool
key string
Résultat bool

this() public méthode

public this ( string key ) : object
key string
Résultat object