C# Class Tp.Bugzilla.Schemas.bugCollection

Inheritance: System.Collections.ArrayList
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Add ( ) : bug
Add ( bug obj ) : bug
Insert ( int index, bug obj ) : void
Remove ( bug obj ) : void
this ( int index ) : bug

Method Details

Add() public méthode

public Add ( ) : bug
Résultat bug

Add() public méthode

public Add ( bug obj ) : bug
obj bug
Résultat bug

Insert() public méthode

public Insert ( int index, bug obj ) : void
index int
obj bug
Résultat void

Remove() public méthode

public Remove ( bug obj ) : void
obj bug
Résultat void

this() public méthode

public this ( int index ) : bug
index int
Résultat bug