C# Class Kata, CodeWars

Afficher le fichier Open project: xenofonvlachogiannis/CodeWars Class Usage Examples

Méthodes publiques

Méthode Description
If ( bool condition, Action func1, Action func2 ) : void

Method Details

If() public static méthode

public static If ( bool condition, Action func1, Action func2 ) : void
condition bool
func1 Action
func2 Action
Résultat void