C# Class Tp.Bugzilla.Schemas.attachmentCollection

Inheritance: System.Collections.ArrayList
ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Add ( ) : attachment
Add ( attachment obj ) : attachment
Insert ( int index, attachment obj ) : void
Remove ( attachment obj ) : void
this ( int index ) : attachment

Method Details

Add() public method

public Add ( ) : attachment
return attachment

Add() public method

public Add ( attachment obj ) : attachment
obj attachment
return attachment

Insert() public method

public Insert ( int index, attachment obj ) : void
index int
obj attachment
return void

Remove() public method

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

this() public method

public this ( int index ) : attachment
index int
return attachment