Difference between revisions of "Dice/FunctionContext/Scope"

From DiceRoller Documentation
(Created page with "{{APIdoc|FunctionContext.Scope Property}} Gets the scope of the function being called. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public FunctionScope Scope { get; priv...")
 
(No difference)

Latest revision as of 17:39, 27 April 2017

Gets the scope of the function being called.

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

Syntax

public FunctionScope Scope { get; private set; }

Property Value

Type: Dice.FunctionScope

The scope of the function being called.