C# Class System.Collections.Specialized.ListDictionary

Inheritance: IDictionary, ICollection, IEnumerable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
Clear ( ) : void
Contains ( object key ) : bool
CopyTo ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
ListDictionary ( )
ListDictionary ( System comparer )
Remove ( object key ) : void
this ( object key ) : object

Private Methods

Méthode Description
System ( ) : System.Collections.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 ( System array, int index ) : void
array System
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
Résultat System.Collections.IDictionaryEnumerator

ListDictionary() public méthode

public ListDictionary ( )

ListDictionary() public méthode

public ListDictionary ( System comparer )
comparer System

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