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

Inheritance: IList, ICollection, IEnumerable
Show file Open project: Clancey/MonoMac.Windows.Form

Private Properties

Property Type Description
GetIndices int[]
ICollection void
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System.Collections

Public Methods

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

Private Methods

Method 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 method

public CheckedIndexCollection ( ListView owner ) : System.Collections
owner ListView
return System.Collections

Contains() public method

public Contains ( int checkedIndex ) : bool
checkedIndex int
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

IndexOf() public method

public IndexOf ( int checkedIndex ) : int
checkedIndex int
return int

this() public method

public this ( int index ) : int
index int
return int