Difference between revisions of "Dice/DieResult/DieType"
From DiceRoller Documentation
(Created page with "{{APIdoc|DieResult.DieType Field}} Contains information about what type of DieResult this is. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DieType DieType </syntax...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{APIdoc|DieResult.DieType | + | {{APIdoc|DieResult.DieType Property}} |
Contains information about what type of DieResult this is. | Contains information about what type of DieResult this is. | ||
Line 6: | Line 6: | ||
== Syntax == | == Syntax == | ||
<syntaxhighlight lang="C#"> | <syntaxhighlight lang="C#"> | ||
− | public DieType DieType | + | public DieType DieType { get; set; } |
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | === Property Value === |
Type: [[Dice/DieType|Dice.DieType]] | Type: [[Dice/DieType|Dice.DieType]] | ||
What type of die was rolled. | What type of die was rolled. |
Latest revision as of 05:56, 15 April 2017
Contains information about what type of DieResult this is.
- Namespace: Dice
- Assembly: DiceRoller (in DiceRoller.dll)
Syntax
public DieType DieType { get; set; }
Property Value
Type: Dice.DieType
What type of die was rolled.