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;...") |
|||
Line 6: | Line 6: | ||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="C#"> | <syntaxhighlight lang="C#"> | ||
− | + | protected IList<RollResult> PristineList { get; private set; } | |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 18:26, 1 May 2017
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.