C# Class XnaGUILib.XGListBoxItemCollection

显示文件 Open project: GalacticSoft/Azmyth

Public Methods

Method Description
Add ( XGListBoxItem item ) : void
Add ( string value ) : void
Clear ( ) : void
Remove ( XGListBoxItem item ) : void
RemoveAt ( int index ) : void
XGListBoxItemCollection ( ) : System
this ( int index ) : XGListBoxItem

Private Methods

Method Description
NotifyListChanged ( ) : void

Method Details

Add() public method

public Add ( XGListBoxItem item ) : void
item XGListBoxItem
return void

Add() public method

public Add ( string value ) : void
value string
return void

Clear() public method

public Clear ( ) : void
return void

Remove() public method

public Remove ( XGListBoxItem item ) : void
item XGListBoxItem
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

XGListBoxItemCollection() public method

public XGListBoxItemCollection ( ) : System
return System

this() public method

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