< Dice‎ | PbP‎ | RollPost

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

From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost.CurrentList Property}} Gets the mutable version of Current. {{ns}} == Syntax == <syntaxhighlight lang="C#"> protected IList<RollResult> Curr...")
 
(No difference)

Latest revision as of 18:22, 1 May 2017

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.