Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
StateMachine
NodeInt
C# 클래스 StateMachine.NodeInt
상속:
ListInt
파일 보기
프로젝트 열기: hogeschool/INFDEV-Homework
공개 메소드들
메소드
설명
Filter
(
bool>.Func
p
) :
ListInt
Iter
(
Action
f
) :
void
Map
(
int>.Func
f
) :
ListInt
NodeInt
(
int
x
,
ListInt
xs
) :
System
메소드 상세
Filter()
공개
메소드
public
Filter
(
bool>.Func
p
) :
ListInt
p
bool>.Func
리턴
ListInt
Iter()
공개
메소드
public
Iter
(
Action
f
) :
void
f
Action
리턴
void
Map()
공개
메소드
public
Map
(
int>.Func
f
) :
ListInt
f
int>.Func
리턴
ListInt
NodeInt()
공개
메소드
public
NodeInt
(
int
x
,
ListInt
xs
) :
System
x
int
xs
ListInt
리턴
System