C# Class System.Collections.SortedList.SyncSortedList

Inheritance: SortedList
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Add ( Object key, Object value ) : void
Clear ( ) : void
Clone ( ) : Object
Contains ( Object key ) : bool
ContainsKey ( Object key ) : bool
ContainsValue ( Object key ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
GetKeyList ( ) : IList
GetValueList ( ) : IList
IndexOfKey ( Object key ) : int
Remove ( Object key ) : void
TrimToSize ( ) : void
this ( Object key ) : Object

Private Methods

Méthode Description
GetByIndex ( int index ) : Object
GetKey ( int index ) : Object
IndexOfValue ( Object value ) : int
RemoveAt ( int index ) : void
SetByIndex ( int index, Object value ) : void
SyncSortedList ( SortedList list ) : System.Diagnostics
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]

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

Clone() public méthode

public Clone ( ) : Object
Résultat Object

Contains() public méthode

public Contains ( Object key ) : bool
key Object
Résultat bool

ContainsKey() public méthode

public ContainsKey ( Object key ) : bool
key Object
Résultat bool

ContainsValue() public méthode

public ContainsValue ( 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

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

GetKeyList() public méthode

public GetKeyList ( ) : IList
Résultat IList

GetValueList() public méthode

public GetValueList ( ) : IList
Résultat IList

IndexOfKey() public méthode

public IndexOfKey ( Object key ) : int
key Object
Résultat int

Remove() public méthode

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

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

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