C# 클래스 YAMP.Keyword

Abstract base class of scripting keywords.
상속: Expression
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
Keyword ( string keyword )

Creates a new keyword instance.

RegisterElement ( IElementMapping elementMapping ) : void

Registers the element at the factory.

메소드 상세

Keyword() 공개 메소드

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

RegisterElement() 공개 메소드

Registers the element at the factory.
public RegisterElement ( IElementMapping elementMapping ) : void
elementMapping IElementMapping
리턴 void