< Dice‎ | PbP‎ | RollPost

Difference between revisions of "Dice/PbP/RollPost/Stored"

From DiceRoller Documentation
(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 {...")
 
(No difference)

Latest revision as of 18:26, 1 May 2017

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.