C# Class System.Windows.Forms.ListView.CheckedIndexCollection

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Private Properties

Свойство Type Description
GetIndices int[]
ICollection void
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System.Collections

Méthodes publiques

Méthode Description
CheckedIndexCollection ( ListView owner ) : System.Collections
Contains ( int checkedIndex ) : bool
GetEnumerator ( ) : IEnumerator
IndexOf ( int checkedIndex ) : int
this ( int index ) : int

Private Methods

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

Method Details

CheckedIndexCollection() public méthode

public CheckedIndexCollection ( ListView owner ) : System.Collections
owner ListView
Résultat System.Collections

Contains() public méthode

public Contains ( int checkedIndex ) : bool
checkedIndex int
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( int checkedIndex ) : int
checkedIndex int
Résultat int

this() public méthode

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