< Dice‎ | PbP‎ | RollPost

RollPost.StoredList Property

From DiceRoller Documentation

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.