C# Class ItemsWrapper, code

Inheritance: IList
Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Add ( item ) : void
ItemsWrapper ( IList baseItems )
this ( int index ) : MyExtendedTreeViewItem,

Method Details

Add() public method

public Add ( item ) : void
return void

ItemsWrapper() public method

public ItemsWrapper ( IList baseItems )
baseItems IList

this() public method

public this ( int index ) : MyExtendedTreeViewItem,
index int
return MyExtendedTreeViewItem,