C# Class ItemCollection, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Add ( Item, item ) : void
Remove ( Item item ) : void

Private Methods

Method Description
OnItemDataChanged ( Item sender, string field ) : void

Method Details

Add() public method

public Add ( Item, item ) : void
item Item,
return void

Remove() public method

public Remove ( Item item ) : void
item Item
return void