C# Class Tp.Bugzilla.Schemas.long_descCollection

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

Public Methods

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

Method Details

Add() public method

public Add ( ) : long_desc
return long_desc

Add() public method

public Add ( long_desc obj ) : long_desc
obj long_desc
return long_desc

Insert() public method

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

Remove() public method

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

this() public method

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