< Dice‎ | DiceFunctionAttribute
Revision as of 20:09, 12 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|DiceFunctionAttribute.Name Property}} Gets the name of the dice function, which is not necessarily the same as the name of the method the attribute is attached to. {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DiceFunctionAttribute.Name Property

From DiceRoller Documentation

Gets the name of the dice function, which is not necessarily the same as the name of the method the attribute is attached to.

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

Syntax

public string Name { get; private set; }

Property Value

Type: System.String

The name of the dice function, passed into the constructor.