< Dice‎ | PbP‎ | RollPost
Revision as of 18:26, 1 May 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|RollPost.Stored Property}} Gets the most recent saved version of the post. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public IReadOnlyList<RollResult> Stored {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.