[]
Gets a value indicating whether the specified action is empty.
public static bool IsEmpty(this Action action)
The Action object to check.
A bool value. true if the action is empty; otherwise, false.
true
false