C# Class System.Collections.SortedList.SynchedSortedList

Inheritance: SortedList
Afficher le fichier Open project: runefs/Marvin

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 value ) : bool
CopyTo ( Array array, int arrayIndex ) : void
GetByIndex ( int index ) : Object
GetEnumerator ( ) : IDictionaryEnumerator
GetKey ( int index ) : Object
GetKeyList ( ) : IList
GetValueList ( ) : IList
IndexOfKey ( object key ) : int
IndexOfValue ( Object val ) : int
Remove ( object key ) : void
RemoveAt ( int index ) : void
SetByIndex ( int index, object value ) : void
SynchedSortedList ( SortedList host ) : System.Globalization
TrimToSize ( ) : void
this ( object key ) : Object

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 value ) : bool
value object
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int arrayIndex ) : void
array System.Array
arrayIndex int
Résultat void

GetByIndex() public méthode

public GetByIndex ( int index ) : Object
index int
Résultat Object

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

GetKey() public méthode

public GetKey ( int index ) : Object
index int
Résultat Object

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

IndexOfValue() public méthode

public IndexOfValue ( Object val ) : int
val Object
Résultat int

Remove() public méthode

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

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

SetByIndex() public méthode

public SetByIndex ( int index, object value ) : void
index int
value object
Résultat void

SynchedSortedList() public méthode

public SynchedSortedList ( SortedList host ) : System.Globalization
host SortedList
Résultat System.Globalization

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

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