C# Class System.Collections.ListDictionaryInternal

Inheritance: IDictionary
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
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 Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

ListDictionaryInternal() public méthode

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