Difference between revisions of "Dice/InternalContext/GetGroupExpression"

From DiceRoller Documentation
(Created page with "{{APIdoc|InternalContext.GetGroupExpression Method (String)}} Retrieves the expression given an identifier string. {{ns}} == Syntax == <syntaxhighlight lang="C#"> internal D...")
 
(No difference)

Latest revision as of 20:05, 27 April 2017

Retrieves the expression given an identifier string.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

internal DiceAST GetGroupExpression(
    string key
)

Parameters

key
Type: System.String
Key returned by AddGroupExpression.

Return Value

Type: Dice.AST.DiceAST

The expression added by AddGroupExpression which corresponds to the key.