C# Class MyCollection2, code

Inheritance: Collection
Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
MyCollection2 ( Func, validate, parentInstance )

Protected Methods

Method Description
ClearItems ( ) : void
InsertItem ( int index, item ) : void
RemoveItem ( int index ) : void
SetItem ( int index, item ) : void

Method Details

ClearItems() protected method

protected ClearItems ( ) : void
return void

InsertItem() protected method

protected InsertItem ( int index, item ) : void
index int
return void

MyCollection2() public method

public MyCollection2 ( Func, validate, parentInstance )
validate Func,

RemoveItem() protected method

protected RemoveItem ( int index ) : void
index int
return void

SetItem() protected method

protected SetItem ( int index, item ) : void
index int
return void