Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
StateMachine
NodeInt
C# Class StateMachine.NodeInt
Inheritance:
ListInt
Mostrar archivo
Open project: hogeschool/INFDEV-Homework
Public Methods
Method
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
method
public
Filter
(
bool>.Func
p
) :
ListInt
p
bool>.Func
return
ListInt
Iter()
public
method
public
Iter
(
Action
f
) :
void
f
Action
return
void
Map()
public
method
public
Map
(
int>.Func
f
) :
ListInt
f
int>.Func
return
ListInt
NodeInt()
public
method
public
NodeInt
(
int
x
,
ListInt
xs
) :
System
x
int
xs
ListInt
return
System