C# 클래스 XnaGUILib.XGListBoxItemCollection

파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 메소드들

메소드 설명
Add ( XGListBoxItem item ) : void
Add ( string value ) : void
Clear ( ) : void
Remove ( XGListBoxItem item ) : void
RemoveAt ( int index ) : void
XGListBoxItemCollection ( ) : System
this ( int index ) : XGListBoxItem

비공개 메소드들

메소드 설명
NotifyListChanged ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( XGListBoxItem item ) : void
item XGListBoxItem
리턴 void

Add() 공개 메소드

public Add ( string value ) : void
value string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( XGListBoxItem item ) : void
item XGListBoxItem
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

XGListBoxItemCollection() 공개 메소드

public XGListBoxItemCollection ( ) : System
리턴 System

this() 공개 메소드

public this ( int index ) : XGListBoxItem
index int
리턴 XGListBoxItem