< Dice‎ | PbP‎ | RollPost
Revision as of 18:33, 1 May 2017 by Skizzerz (talk | contribs) (→‎Property Value)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).