C# Class org.phprpc.util.AssocArray

Inheritance: IDictionary, IList, ICollection, IEnumerable, ICloneable
Afficher le fichier Open project: bluelovers/phprpc Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Object value ) : Int32
Add ( Object key, Object value ) : void
AssocArray ( ) : System
AssocArray ( ICollection c ) : System
AssocArray ( IDictionary d ) : System
AssocArray ( Int32 capacity ) : System
AssocArray ( Int32 capacity, System.Single loadFactor ) : System
Clear ( ) : void
Clone ( ) : Object
Contains ( Object key ) : System.Boolean
CopyTo ( Array array, Int32 index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
IndexOf ( Object value ) : Int32
Insert ( Int32 index, Object value ) : void
Remove ( Object key ) : void
RemoveAt ( Int32 index ) : void
this ( Int32 index ) : Object
this ( Object key ) : Object
this ( String key ) : Object
toArrayList ( ) : ArrayList
toHashtable ( ) : Hashtable

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
IList ( Object value ) : System.Boolean
IList ( Object value ) : void
setArrayList ( ) : void

Method Details

Add() public méthode

public Add ( Object value ) : Int32
value Object
Résultat System.Int32

Add() public méthode

public Add ( Object key, Object value ) : void
key Object
value Object
Résultat void

AssocArray() public méthode

public AssocArray ( ) : System
Résultat System

AssocArray() public méthode

public AssocArray ( ICollection c ) : System
c ICollection
Résultat System

AssocArray() public méthode

public AssocArray ( IDictionary d ) : System
d IDictionary
Résultat System

AssocArray() public méthode

public AssocArray ( Int32 capacity ) : System
capacity System.Int32
Résultat System

AssocArray() public méthode

public AssocArray ( Int32 capacity, System.Single loadFactor ) : System
capacity System.Int32
loadFactor System.Single
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Contains() public méthode

public Contains ( Object key ) : System.Boolean
key Object
Résultat System.Boolean

CopyTo() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

IndexOf() public méthode

public IndexOf ( Object value ) : Int32
value Object
Résultat System.Int32

Insert() public méthode

public Insert ( Int32 index, Object value ) : void
index System.Int32
value Object
Résultat void

Remove() public méthode

public Remove ( Object key ) : void
key Object
Résultat void

RemoveAt() public méthode

public RemoveAt ( Int32 index ) : void
index System.Int32
Résultat void

this() public méthode

public this ( Int32 index ) : Object
index System.Int32
Résultat Object

this() public méthode

public this ( Object key ) : Object
key Object
Résultat Object

this() public méthode

public this ( String key ) : Object
key String
Résultat Object

toArrayList() public méthode

public toArrayList ( ) : ArrayList
Résultat System.Collections.ArrayList

toHashtable() public méthode

public toHashtable ( ) : Hashtable
Résultat System.Collections.Hashtable