C# Class ItemsWrapper, code

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

Méthodes publiques

Méthode Description
Add ( item ) : void
ItemsWrapper ( IList baseItems )
this ( int index ) : MyExtendedTreeViewItem,

Method Details

Add() public méthode

public Add ( item ) : void
Résultat void

ItemsWrapper() public méthode

public ItemsWrapper ( IList baseItems )
baseItems IList

this() public méthode

public this ( int index ) : MyExtendedTreeViewItem,
index int
Résultat MyExtendedTreeViewItem,