C# Class ItemCollection, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Item, item ) : void
Remove ( Item item ) : void

Private Methods

Méthode Description
OnItemDataChanged ( Item sender, string field ) : void

Method Details

Add() public méthode

public Add ( Item, item ) : void
item Item,
Résultat void

Remove() public méthode

public Remove ( Item item ) : void
item Item
Résultat void