< Dice‎ | PbP‎ | RollPost

Difference between revisions of "Dice/PbP/RollPost/PristineList"

From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost.PristineList Property}} Gets the mutable version of Pristine. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public IList<RollResult> PristineList { get;...")
(No difference)

Revision as of 18:25, 1 May 2017

Gets the mutable version of Pristine.

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

Syntax

public IList<RollResult> PristineList { get; private set; }

Property Value

Type: System.Collections.Generic.IList<Dice.RollResult>

Mutable version of Pristine. Subclasses can modify the list via this method.