C# Class ExtensionLoader.Util.OrderedList

Inheritance: ICollection, IDictionary, IEnumerable
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

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

Private Methods

Méthode Description
IDictionary ( ) : IDictionaryEnumerator
IEnumerable ( ) : IEnumerator
IndexOf ( object key ) : int

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

CopyTo() public méthode

public CopyTo ( DictionaryEntry array, int index ) : void
array System.Collections.DictionaryEntry
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Insert() public méthode

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

this() public méthode

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