C# Class CommonExtensionMethods.Booleans.BooleanExtensions

Datei anzeigen Open project: saintedlama/CommonExtensionMethods

Public Methods

Method Description
IfFalse ( this decision, System.Action action ) : bool
IfTrue ( this decision, System.Action action ) : bool

Method Details

IfFalse() public static method

public static IfFalse ( this decision, System.Action action ) : bool
decision this
action System.Action
return bool

IfTrue() public static method

public static IfTrue ( this decision, System.Action action ) : bool
decision this
action System.Action
return bool