C# Class Mono.Cecil.Cil.InstructionCollection

Inheritance: Collection
Afficher le fichier Open project: sq/ILSpy-JSIL Class Usage Examples

Méthodes protégées

Méthode Description
OnAdd ( item, int index ) : void
OnInsert ( item, int index ) : void
OnRemove ( item, int index ) : void
OnSet ( item, int index ) : void

Private Methods

Méthode Description
InstructionCollection ( ) : System
InstructionCollection ( int capacity ) : System

Method Details

OnAdd() protected méthode

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

OnInsert() protected méthode

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

OnRemove() protected méthode

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

OnSet() protected méthode

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