C# Class System.Collections.SortedList

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

Méthodes publiques

Méthode Description
Add ( Object key, Object value ) : void
Add ( object key, object value ) : void
Clear ( ) : void
Clone ( ) : Object
Clone ( ) : object
Contains ( Object key ) : bool
Contains ( object key ) : bool
ContainsKey ( Object key ) : bool
ContainsKey ( object key ) : bool
ContainsValue ( Object value ) : bool
ContainsValue ( object value ) : bool
CopyTo ( Array array, int arrayIndex ) : void
CopyTo ( System array, int arrayIndex ) : void
GetByIndex ( int index ) : Object
GetByIndex ( int index ) : object
GetEnumerator ( ) : IDictionaryEnumerator
GetEnumerator ( ) : System.Collections.IDictionaryEnumerator
GetKey ( int index ) : Object
GetKey ( int index ) : object
GetKeyList ( ) : IList
GetKeyList ( ) : System.Collections.IList
GetValueList ( ) : IList
GetValueList ( ) : System.Collections.IList
IndexOfKey ( Object key ) : int
IndexOfKey ( object key ) : int
IndexOfValue ( Object value ) : int
IndexOfValue ( object value ) : int
Remove ( Object key ) : void
Remove ( object key ) : void
RemoveAt ( int index ) : void
SetByIndex ( int index, Object value ) : void
SetByIndex ( int index, object value ) : void
SortedList ( )
SortedList ( System comparer )
SortedList ( System d, System comparer )
SortedList ( System comparer, int capacity )
SortedList ( int initialCapacity )
SortedList ( ) : System.Diagnostics
SortedList ( IComparer comparer ) : System.Diagnostics
SortedList ( IComparer comparer, int capacity ) : System.Diagnostics
SortedList ( IDictionary d ) : System.Diagnostics
SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics
SortedList ( int initialCapacity ) : System.Diagnostics
Synchronized ( SortedList list ) : SortedList
Synchronized ( System list ) : System.Collections.SortedList
TrimToSize ( ) : void
this ( Object key ) : Object
this ( object key ) : object

Private Methods

Méthode Description
EnsureCapacity ( int min ) : void
IEnumerable ( ) : IEnumerator
Init ( ) : void
Insert ( int index, Object key, Object value ) : void
System ( ) : System.Collections.IEnumerator
ToKeyValuePairsArray ( ) : System.Collections.KeyValuePairs[]

Method Details

Add() public méthode

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

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

Clone() public méthode

public Clone ( ) : object
Résultat object

Contains() public méthode

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

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

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

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

CopyTo() public méthode

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

GetByIndex() public méthode

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

GetByIndex() public méthode

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

GetEnumerator() public méthode

public GetEnumerator ( ) : IDictionaryEnumerator
Résultat IDictionaryEnumerator

GetEnumerator() public méthode

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

GetKey() public méthode

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

GetKey() public méthode

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

GetKeyList() public méthode

public GetKeyList ( ) : IList
Résultat IList

GetKeyList() public méthode

public GetKeyList ( ) : System.Collections.IList
Résultat System.Collections.IList

GetValueList() public méthode

public GetValueList ( ) : IList
Résultat IList

GetValueList() public méthode

public GetValueList ( ) : System.Collections.IList
Résultat System.Collections.IList

IndexOfKey() public méthode

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

IndexOfKey() public méthode

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

IndexOfValue() public méthode

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

IndexOfValue() public méthode

public IndexOfValue ( object value ) : int
value object
Résultat int

Remove() public méthode

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

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

SetByIndex() public méthode

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

SortedList() public méthode

public SortedList ( )

SortedList() public méthode

public SortedList ( System comparer )
comparer System

SortedList() public méthode

public SortedList ( System d, System comparer )
d System
comparer System

SortedList() public méthode

public SortedList ( System comparer, int capacity )
comparer System
capacity int

SortedList() public méthode

public SortedList ( int initialCapacity )
initialCapacity int

SortedList() public méthode

public SortedList ( ) : System.Diagnostics
Résultat System.Diagnostics

SortedList() public méthode

public SortedList ( IComparer comparer ) : System.Diagnostics
comparer IComparer
Résultat System.Diagnostics

SortedList() public méthode

public SortedList ( IComparer comparer, int capacity ) : System.Diagnostics
comparer IComparer
capacity int
Résultat System.Diagnostics

SortedList() public méthode

public SortedList ( IDictionary d ) : System.Diagnostics
d IDictionary
Résultat System.Diagnostics

SortedList() public méthode

public SortedList ( IDictionary d, IComparer comparer ) : System.Diagnostics
d IDictionary
comparer IComparer
Résultat System.Diagnostics

SortedList() public méthode

public SortedList ( int initialCapacity ) : System.Diagnostics
initialCapacity int
Résultat System.Diagnostics

Synchronized() public static méthode

public static Synchronized ( SortedList list ) : SortedList
list SortedList
Résultat SortedList

Synchronized() public static méthode

public static Synchronized ( System list ) : System.Collections.SortedList
list System
Résultat System.Collections.SortedList

TrimToSize() public méthode

public TrimToSize ( ) : void
Résultat void

this() public méthode

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

this() public méthode

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