C# Class Tp.Bugzilla.Schemas.flagCollection

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

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( ) : flag
Résultat flag

Add() public méthode

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

Insert() public méthode

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

Remove() public méthode

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

this() public méthode

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