< Dice‎ | PbP‎ | RollPost

RollPost.CurrentList Property

From DiceRoller Documentation

Gets the mutable version of Current.

  • Namespace: Dice.PbP
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

protected IList<RollResult> CurrentList { get; private set; }

Property Value

Type: System.Collections.Generic.IList<Dice.RollResult>

Mutable version of Current. Subclasses can modify the list via this method.