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