C# 클래스 System.Windows.Forms.ListBox.ObjectCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddItem int
AddItems void
ICollection void
IList int
OnUIACollectionChangedEvent void
Sort void
UpdateSelection void
this object

공개 메소드들

메소드 설명
Add ( object item ) : int
AddRange ( ObjectCollection value ) : void
AddRange ( object items ) : void
Clear ( ) : void
Contains ( object value ) : bool
CopyTo ( object destination, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( object value ) : int
Insert ( int index, object item ) : void
ObjectCollection ( ListBox owner ) : System
ObjectCollection ( ListBox owner, ObjectCollection value ) : System
ObjectCollection ( ListBox owner, object value ) : System
Remove ( object value ) : void
RemoveAt ( int index ) : void

비공개 메소드들

메소드 설명
AddItem ( object item ) : int
AddItems ( IList items ) : void
ICollection ( Array destination, int index ) : void
IList ( object item ) : int
OnUIACollectionChangedEvent ( CollectionChangeEventArgs args ) : void
Sort ( ) : void
UpdateSelection ( int removed_index ) : void
this ( int index ) : object

메소드 상세

Add() 공개 메소드

public Add ( object item ) : int
item object
리턴 int

AddRange() 공개 메소드

public AddRange ( ObjectCollection value ) : void
value ObjectCollection
리턴 void

AddRange() 공개 메소드

public AddRange ( object items ) : void
items object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object value ) : bool
value object
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( object destination, int arrayIndex ) : void
destination object
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

public IndexOf ( object value ) : int
value object
리턴 int

Insert() 공개 메소드

public Insert ( int index, object item ) : void
index int
item object
리턴 void

ObjectCollection() 공개 메소드

public ObjectCollection ( ListBox owner ) : System
owner ListBox
리턴 System

ObjectCollection() 공개 메소드

public ObjectCollection ( ListBox owner, ObjectCollection value ) : System
owner ListBox
value ObjectCollection
리턴 System

ObjectCollection() 공개 메소드

public ObjectCollection ( ListBox owner, object value ) : System
owner ListBox
value object
리턴 System

Remove() 공개 메소드

public Remove ( object value ) : void
value object
리턴 void

RemoveAt() 공개 메소드

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