C# Class Org.BouncyCastle.Utilities.Collections.LinkedDictionary

Inheritance: IDictionary
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object k, object v ) : void
Clear ( ) : void
Contains ( object k ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IDictionaryEnumerator
LinkedDictionary ( ) : System
Remove ( object k ) : void
this ( object k ) : object

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( object k, object v ) : void
k object
v object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object k ) : bool
k 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

LinkedDictionary() public méthode

public LinkedDictionary ( ) : System
Résultat System

Remove() public méthode

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

this() public méthode

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