< Dice‎ | RollData
Revision as of 22:16, 15 September 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|RollData.InternalContext Property}} Gets or sets opaque contextual information used when evaluating dice expressions. {{ns}} == Syntax == <syntaxhighlight lang="c#"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RollData.InternalContext Property

From DiceRoller Documentation

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.