FunctionContext.Name Property

From DiceRoller Documentation

Gets the name of the function being called, in the casing that the name was registered as.

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

Syntax

public string Name { get; private set; }

Property Value

Type: System.String

The name of the function being called, in the casing that the name was registered as.