C# Class System.Collections.SortedList.KeyList

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

Méthodes publiques

Méthode Description
Add ( Object key ) : int
Clear ( ) : void
Contains ( Object key ) : bool
CopyTo ( Array array, int arrayIndex ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( Object key ) : int
Insert ( int index, Object value ) : void
Remove ( Object key ) : void
RemoveAt ( int index ) : void
this ( int index ) : Object

Private Methods

Méthode Description
KeyList ( SortedList sortedList ) : System.Diagnostics

Method Details

Add() public méthode

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

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 arrayIndex ) : void
array System.Array
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

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

Insert() public méthode

public Insert ( int index, Object value ) : void
index int
value 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

this() public méthode

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