Difference between revisions of "Dice/RollData/InternalContext"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollData.InternalContext Property}} Gets or sets opaque contextual information used when evaluating dice expressions. {{ns}} == Syntax == <syntaxhighlight lang="c#"...") |
(No difference)
|
Latest revision as of 22:16, 15 September 2017
Gets or sets opaque contextual information used when evaluating dice expressions.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
internal InternalContext InternalContext { get; set; }
Property Value
Type: Dice.InternalContext
Opaque contextual information used when evaluating dice expressions.
Remarks
This class is used extensively during the evaluation process of a die roll.