Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Kata
C# Class Kata, CodeWars
Datei anzeigen
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