< Dice | InternalContext
InternalContext.GetGroupExpression Method (String)
From DiceRoller Documentation
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.