C# Class StoryTeller.GrammarExtensions

Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
AsTable ( this inner, string title ) : TableGrammar
AsTable ( this inner, string title, string leafName ) : TableGrammar
ToGrammarAction ( this action ) : GrammarAction

Method Details

AsTable() public static méthode

public static AsTable ( this inner, string title ) : TableGrammar
inner this
title string
Résultat StoryTeller.Engine.TableGrammar

AsTable() public static méthode

public static AsTable ( this inner, string title, string leafName ) : TableGrammar
inner this
title string
leafName string
Résultat StoryTeller.Engine.TableGrammar

ToGrammarAction() public static méthode

public static ToGrammarAction ( this action ) : GrammarAction
action this
Résultat GrammarAction