Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.IEnableableExtensions Class Reference

Description

Extension methods for objects that implement the IEnableable interface.

Static Public Member Functions

static bool IsEnabled (this IEnableable enableable)
 Gets the enabled state of the object.
 
static void SetEnabled (this IEnableable enableable, bool value)
 Sets the enabled state of the object.