< Dice‎ | PbP‎ | RollPost
Revision as of 18:29, 1 May 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|RollPost._current Field}} Backing field for Current/CurrentList. {{ns}} == Syntax == <syntaxhighlight lang="C#"> private List<RollResult> _current; </syntaxhighligh...")
(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;

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