IActionGraphDelegate.Delegate

System.Delegate Delegate { get; set; }

Description

Delegate that is implemented by <see cref="P:Facepunch.ActionGraphs.IActionGraphDelegate.Graph" />, with default arguments supplied by <see cref="P:Facepunch.ActionGraphs.IActionGraphDelegate.Defaults" />. This delegate will remain up-to-date even if the wrapped graph is modified, or default argument dictionary changes.

Return

User Comments