RollPost.PristineList Property
From DiceRoller Documentation
Gets the mutable version of Pristine.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
protected 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.