Difference between revisions of "Dice/PbP/RollPost/ current"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollPost._current Field}} Backing field for Current/CurrentList. {{ns}} == Syntax == <syntaxhighlight lang="C#"> private List<RollResult> _current; </syntaxhighligh...") |
(No difference)
|
Revision as of 18:29, 1 May 2017
Backing field for Current/CurrentList.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
private List<RollResult> _current;
Property Value
Type: System.Collections.Generic.List<Dice.RollResult>
Backing field for Current/CurrentList, initialized to an empty list upon constructing (both default constructor as well as deserialization constructor).