Show / Hide Table of Contents

Namespace GoRogue.DiceNotation

Namespaces

GoRogue.DiceNotation.Exceptions

GoRogue.DiceNotation.Terms

Classes

Dice

The most important GoRogue.DiceNotation class -- contains functions to roll dice, and to retrieve an DiceExpression instance representing a given expression.

DiceExpression

The default class for representing a parsed dice expression.

Parser

Default class for parsing a string representing a dice expression into a DiceExpression instance.

Interfaces

IParser

Interface for a class that parses a string representing a dice expression into an DiceExpression instance. You might implement this if you need to implement a custom dice parser.

In this article
Back to top Generated by DocFX