C# Class XnaGUILib.XGListBoxItemCollection

Afficher le fichier Open project: GalacticSoft/Azmyth

Méthodes publiques

Méthode 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

Méthode Description
NotifyListChanged ( ) : void

Method Details

Add() public méthode

public Add ( XGListBoxItem item ) : void
item XGListBoxItem
Résultat void

Add() public méthode

public Add ( string value ) : void
value string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Remove() public méthode

public Remove ( XGListBoxItem item ) : void
item XGListBoxItem
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

XGListBoxItemCollection() public méthode

public XGListBoxItemCollection ( ) : System
Résultat System

this() public méthode

public this ( int index ) : XGListBoxItem
index int
Résultat XGListBoxItem