C# Class Tp.Bugzilla.Schemas.bugzilla

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Private Properties

Свойство Type Description
GetEnumerator IEnumerator
this bug

Méthodes publiques

Méthode Description
Add ( bug obj ) : bug
Clear ( ) : void
Remove ( int index ) : bug
Remove ( object obj ) : void
bugzilla ( ) : System

Private Methods

Méthode Description
GetEnumerator ( ) : IEnumerator
this ( int index ) : bug

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Remove() public méthode

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

Remove() public méthode

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

bugzilla() public méthode

public bugzilla ( ) : System
Résultat System