C# Class Experiments.ListModel

Inheritance: System.ComponentModel.Model
Mostrar archivo 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