C# 클래스 Tp.Bugzilla.Schemas.bugCollection

상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Add ( ) : bug
Add ( bug obj ) : bug
Insert ( int index, bug obj ) : void
Remove ( bug obj ) : void
this ( int index ) : bug

메소드 상세

Add() 공개 메소드

public Add ( ) : bug
리턴 bug

Add() 공개 메소드

public Add ( bug obj ) : bug
obj bug
리턴 bug

Insert() 공개 메소드

public Insert ( int index, bug obj ) : void
index int
obj bug
리턴 void

Remove() 공개 메소드

public Remove ( bug obj ) : void
obj bug
리턴 void

this() 공개 메소드

public this ( int index ) : bug
index int
리턴 bug