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...") |
m (→Property Value) |
||
Line 9: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | === Field Value === |
Type: System.Collections.Generic.List<[[Dice/RollResult|Dice.RollResult]]> | Type: System.Collections.Generic.List<[[Dice/RollResult|Dice.RollResult]]> | ||
Backing field for Current/CurrentList, initialized to an empty list upon constructing (both default constructor as well as deserialization constructor). | Backing field for Current/CurrentList, initialized to an empty list upon constructing (both default constructor as well as deserialization constructor). |
Latest revision as of 18:33, 1 May 2017
Backing field for Current/CurrentList.
- Namespace: Dice.PbP
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
private List<RollResult> _current;
Field 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).