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
Experiments
ListModel
C# Class Experiments.ListModel
Inheritance:
System.ComponentModel.Model
Afficher le fichier
Open project: nikhilk/silverlightfx
Méthodes publiques
Méthode
Description
AddItem
(
string
name
,
int
age
) :
void
ListModel
( ) :
System
RemoveItem
(
Person
item
) :
void
Method Details
AddItem()
public
méthode
public
AddItem
(
string
name
,
int
age
) :
void
name
string
age
int
Résultat
void
ListModel()
public
méthode
public
ListModel
( ) :
System
Résultat
System
RemoveItem()
public
méthode
public
RemoveItem
(
Person
item
) :
void
item
Person
Résultat
void