C# Class MyCollection2, code

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

Méthodes publiques

Méthode Description
MyCollection2 ( Func, validate, parentInstance )

Méthodes protégées

Méthode Description
ClearItems ( ) : void
InsertItem ( int index, item ) : void
RemoveItem ( int index ) : void
SetItem ( int index, item ) : void

Method Details

ClearItems() protected méthode

protected ClearItems ( ) : void
Résultat void

InsertItem() protected méthode

protected InsertItem ( int index, item ) : void
index int
Résultat void

MyCollection2() public méthode

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

RemoveItem() protected méthode

protected RemoveItem ( int index ) : void
index int
Résultat void

SetItem() protected méthode

protected SetItem ( int index, item ) : void
index int
Résultat void