RollPost._current Field
From DiceRoller Documentation
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).