C# Class Tp.Bugzilla.Schemas.flagCollection

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

Public Methods

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

Method Details

Add() public method

public Add ( ) : flag
return flag

Add() public method

public Add ( flag obj ) : flag
obj flag
return flag

Insert() public method

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

Remove() public method

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

this() public method

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