C# Class System.Windows.Forms.ListBox.IntegerCollection

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

Private Properties

Property Type Description
AddItems void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System

Public Methods

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

Private Methods

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

Method Details

Add() public method

public Add ( int item ) : int
item int
return int

AddRange() public method

public AddRange ( IntegerCollection value ) : void
value IntegerCollection
return void

AddRange() public method

public AddRange ( int items ) : void
items int
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

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

CopyTo() public method

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

IndexOf() public method

public IndexOf ( int item ) : int
item int
return int

IntegerCollection() public method

public IntegerCollection ( ListBox owner ) : System
owner ListBox
return System

Remove() public method

public Remove ( int item ) : void
item int
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

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