Difference between revisions of "Dice/PbP/RollPost/StoredList"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost.StoredList Property}} Gets the mutable version of Stored. {{ns}} == Syntax == <syntaxhighlight lang="C#"> protected IList<RollResult> Stored { get; private...") |
(No difference)
|
Latest revision as of 18:27, 1 May 2017
Gets the mutable version of Stored.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
protected IList<RollResult> Stored { get; private set; }
Property Value
Type: System.Collections.Generic.IList<Dice.RollResult>
Mutable version of Stored. Subclasses can modify the list via this method.