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...") |
|||
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> | ||
Revision as of 05:54, 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; }
Field Value
Type: Dice.DieType
What type of die was rolled.