RollPost.Stored Property
From DiceRoller Documentation
Gets the most recent saved version of the post.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public IReadOnlyList<RollResult> Stored { get; }
Property Value
Type: System.Collections.Generic.IReadOnlyList<Dice.RollResult>
The most recent saved version of the post. All rolls in the post are represented here in-order so that their results may be directly used rather than needing to re-evaluate the dice expression each time the post is viewed/previewed/edited.