C# Class Kata, CodeWars

显示文件 Open project: xenofonvlachogiannis/CodeWars Class Usage Examples

Public Methods

Method Description
If ( bool condition, Action func1, Action func2 ) : void

Method Details

If() public static method

public static If ( bool condition, Action func1, Action func2 ) : void
condition bool
func1 Action
func2 Action
return void