C# Class Bender.Collections.ArrayAdapter

Inheritance: IList
Afficher le fichier Open project: mikeobrien/Bender Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object value ) : int
ArrayAdapter ( IValue array ) : System
Clear ( ) : void
Contains ( object value ) : bool
CopyTo ( Array array, int index ) : void
Create ( IValue array ) : IList
IndexOf ( object value ) : int
Insert ( int index, object value ) : void
Remove ( object value ) : void
RemoveAt ( int index ) : void
this ( int key ) : object

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
Sync ( ) : void

Method Details

Add() public méthode

public Add ( object value ) : int
value object
Résultat int

ArrayAdapter() public méthode

public ArrayAdapter ( IValue array ) : System
array IValue
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object value ) : bool
value object
Résultat bool

CopyTo() public méthode

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

Create() public static méthode

public static Create ( IValue array ) : IList
array IValue
Résultat IList

IndexOf() public méthode

public IndexOf ( object value ) : int
value object
Résultat int

Insert() public méthode

public Insert ( int index, object value ) : void
index int
value object
Résultat void

Remove() public méthode

public Remove ( object value ) : void
value object
Résultat void

RemoveAt() public méthode

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

this() public méthode

public this ( int key ) : object
key int
Résultat object