< Dice | RollResult
Difference between revisions of "Dice/RollResult/RollResult ()"
From DiceRoller Documentation
(Created page with "{{APIdoc|RollResult Constructor ()}} Constructs a new instance of RollResult. {{ns}} == Syntax == <syntaxhighlight lang="C#"> private RollResult( ) </syntaxhighlight> == Re...") |
(No difference)
|
Latest revision as of 22:05, 15 September 2017
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.