Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Tp
Bugzilla
Schemas
bugCollection
C# Class Tp.Bugzilla.Schemas.bugCollection
Inheritance:
System.Collections.ArrayList
Mostrar archivo
Open project: TargetProcess/Target-Process-Plugins
Public Methods
Method
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
method
public
Add
( ) :
bug
return
bug
Add()
public
method
public
Add
(
bug
obj
) :
bug
obj
bug
return
bug
Insert()
public
method
public
Insert
(
int
index
,
bug
obj
) :
void
index
int
obj
bug
return
void
Remove()
public
method
public
Remove
(
bug
obj
) :
void
obj
bug
return
void
this()
public
method
public
this
(
int
index
) :
bug
index
int
return
bug