C# Class StoryTeller.GrammarExtensions

Mostra file Open project: adymitruk/storyteller

Public Methods

Method Description
AsTable ( this inner, string title ) : TableGrammar
AsTable ( this inner, string title, string leafName ) : TableGrammar
ToGrammarAction ( this action ) : GrammarAction

Method Details

AsTable() public static method

public static AsTable ( this inner, string title ) : TableGrammar
inner this
title string
return StoryTeller.Engine.TableGrammar

AsTable() public static method

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

ToGrammarAction() public static method

public static ToGrammarAction ( this action ) : GrammarAction
action this
return GrammarAction