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

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( ) : attachment
리턴 attachment

Add() 공개 메소드

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

Insert() 공개 메소드

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

Remove() 공개 메소드

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

this() 공개 메소드

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