Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Experiments
ListModel
C# 클래스 Experiments.ListModel
상속:
System.ComponentModel.Model
파일 보기
프로젝트 열기: nikhilk/silverlightfx
공개 메소드들
메소드
설명
AddItem
(
string
name
,
int
age
) :
void
ListModel
( ) :
System
RemoveItem
(
Person
item
) :
void
메소드 상세
AddItem()
공개
메소드
public
AddItem
(
string
name
,
int
age
) :
void
name
string
age
int
리턴
void
ListModel()
공개
메소드
public
ListModel
( ) :
System
리턴
System
RemoveItem()
공개
메소드
public
RemoveItem
(
Person
item
) :
void
item
Person
리턴
void