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

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

Private Properties

Свойство Type Description
AddItems void
IEnumerable IEnumerator
IList bool
IList int
IList void
IList void
IList void
IList void
this objectIList.System

Méthodes publiques

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

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

public Add ( int item ) : int
item int
Résultat int

AddRange() public méthode

public AddRange ( IntegerCollection value ) : void
value IntegerCollection
Résultat void

AddRange() public méthode

public AddRange ( int items ) : void
items int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

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

CopyTo() public méthode

public CopyTo ( Array destination, int index ) : void
destination System.Array
index int
Résultat void

IndexOf() public méthode

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

IntegerCollection() public méthode

public IntegerCollection ( ListBox owner ) : System
owner ListBox
Résultat System

Remove() public méthode

public Remove ( int item ) : void
item int
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

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