C# Class Bender.Collections.GenericDictionaryAdapter

Inheritance: IDictionary
Afficher le fichier Open project: mikeobrien/Bender

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( Array array, int index ) : void
Create ( object dictionary ) : IDictionary
GetEnumerator ( ) : IDictionaryEnumerator
Remove ( object key ) : void
this ( object key ) : object

Private Methods

Méthode Description
GenericDictionaryAdapter ( object dictionary, CachedType type ) : System
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object key ) : bool
key 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 ( object dictionary ) : IDictionary
dictionary object
Résultat IDictionary

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

Remove() public méthode

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

this() public méthode

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