C# Class Bender.Collections.ArrayAdapter

Inheritance: IList
Datei anzeigen Open project: mikeobrien/Bender Class Usage Examples

Public Methods

Method 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

Method Description
IEnumerable ( ) : IEnumerator
Sync ( ) : void

Method Details

Add() public method

public Add ( object value ) : int
value object
return int

ArrayAdapter() public method

public ArrayAdapter ( IValue array ) : System
array IValue
return System

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object value ) : bool
value object
return bool

CopyTo() public method

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

Create() public static method

public static Create ( IValue array ) : IList
array IValue
return IList

IndexOf() public method

public IndexOf ( object value ) : int
value object
return int

Insert() public method

public Insert ( int index, object value ) : void
index int
value object
return void

Remove() public method

public Remove ( object value ) : void
value object
return void

RemoveAt() public method

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

this() public method

public this ( int key ) : object
key int
return object