C# Class Tp.Bugzilla.Schemas.bugCollection

Inheritance: System.Collections.ArrayList
ファイルを表示 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