Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
StateMachine
NodeInt
C# Class StateMachine.NodeInt
Inheritance:
ListInt
Afficher le fichier
Open project: hogeschool/INFDEV-Homework
Méthodes publiques
Méthode
Description
Filter
(
bool>.Func
p
) :
ListInt
Iter
(
Action
f
) :
void
Map
(
int>.Func
f
) :
ListInt
NodeInt
(
int
x
,
ListInt
xs
) :
System
Method Details
Filter()
public
méthode
public
Filter
(
bool>.Func
p
) :
ListInt
p
bool>.Func
Résultat
ListInt
Iter()
public
méthode
public
Iter
(
Action
f
) :
void
f
Action
Résultat
void
Map()
public
méthode
public
Map
(
int>.Func
f
) :
ListInt
f
int>.Func
Résultat
ListInt
NodeInt()
public
méthode
public
NodeInt
(
int
x
,
ListInt
xs
) :
System
x
int
xs
ListInt
Résultat
System