Delegate VoidBool
- Namespace
- SunamoDelegates
- Assembly
- SunamoDelegates.dll
Represents a method that takes a boolean parameter and returns void.
public delegate void VoidBool(bool isEnabled)
Parameters
isEnabledboolThe boolean value indicating enabled state.
- Extension Methods