C# Class Tp.Bugzilla.Schemas.bugzilla

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Private Properties

Property Type Description
GetEnumerator IEnumerator
this bug

Public Methods

Method Description
Add ( bug obj ) : bug
Clear ( ) : void
Remove ( int index ) : bug
Remove ( object obj ) : void
bugzilla ( ) : System

Private Methods

Method Description
GetEnumerator ( ) : IEnumerator
this ( int index ) : bug

Method Details

Add() public method

public Add ( bug obj ) : bug
obj bug
return bug

Clear() public method

public Clear ( ) : void
return void

Remove() public method

public Remove ( int index ) : bug
index int
return bug

Remove() public method

public Remove ( object obj ) : void
obj object
return void

bugzilla() public method

public bugzilla ( ) : System
return System