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

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

Private Properties

프로퍼티 타입 설명
AddItems void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System

공개 메소드들

메소드 설명
Add ( int item ) : int
AddRange ( IntegerCollection value ) : void
AddRange ( int items ) : void
Clear ( ) : void
Contains ( int item ) : bool
CopyTo ( Array destination, int index ) : void
IndexOf ( int item ) : int
IntegerCollection ( ListBox owner ) : System
Remove ( int item ) : void
RemoveAt ( int index ) : void
this ( int index ) : int

비공개 메소드들

메소드 설명
AddItems ( IList items ) : void
IEnumerable ( ) : IEnumerator
IList ( object item ) : bool
IList ( object item ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

메소드 상세

Add() 공개 메소드

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

AddRange() 공개 메소드

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

AddRange() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( int item ) : bool
item int
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( Array destination, int index ) : void
destination System.Array
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( int item ) : int
item int
리턴 int

IntegerCollection() 공개 메소드

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

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

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

this() 공개 메소드

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