< Dice‎ | RollResult
Revision as of 22:05, 15 September 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|RollResult Constructor ()}} Constructs a new instance of RollResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> private RollResult( ) </syntaxhighlight> == Re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RollResult Constructor ()

From DiceRoller Documentation

Constructs a new instance of RollResult.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

private RollResult(
)

Remarks

This constructor does not initialize any field values, they must be set independently.