C# Class YAMP.Keyword

Abstract base class of scripting keywords.
Inheritance: Expression
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
Keyword ( string keyword )

Creates a new keyword instance.

RegisterElement ( IElementMapping elementMapping ) : void

Registers the element at the factory.

Method Details

Keyword() public méthode

Creates a new keyword instance.
public Keyword ( string keyword )
keyword string The keyword to use (token).

RegisterElement() public méthode

Registers the element at the factory.
public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
Résultat void