Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Experiments
ListModel
C# Class Experiments.ListModel
Inheritance:
System.ComponentModel.Model
显示文件
Open project: nikhilk/silverlightfx
Public Methods
Method
Description
AddItem
(
string
name
,
int
age
) :
void
ListModel
( ) :
System
RemoveItem
(
Person
item
) :
void
Method Details
AddItem()
public
method
public
AddItem
(
string
name
,
int
age
) :
void
name
string
age
int
return
void
ListModel()
public
method
public
ListModel
( ) :
System
return
System
RemoveItem()
public
method
public
RemoveItem
(
Person
item
) :
void
item
Person
return
void