C# 클래스 System.Windows.Forms.ListView.CheckedIndexCollection

상속: IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

Private Properties

프로퍼티 타입 설명
GetIndices int[]
ICollection void
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System.Collections

공개 메소드들

메소드 설명
CheckedIndexCollection ( ListView owner ) : System.Collections
Contains ( int checkedIndex ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( int checkedIndex ) : int
this ( int index ) : int

비공개 메소드들

메소드 설명
GetIndices ( ) : int[]
ICollection ( Array dest, int index ) : void
IList ( object checkedIndex ) : bool
IList ( object value ) : int
IList ( ) : void
IList ( int index ) : void
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System.Collections

메소드 상세

CheckedIndexCollection() 공개 메소드

public CheckedIndexCollection ( ListView owner ) : System.Collections
owner ListView
리턴 System.Collections

Contains() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

IndexOf() 공개 메소드

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

this() 공개 메소드

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