C# Class CaseDictionary, code

Inheritance: IDictionary, IDictionary, IReadOnlyDictionary
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string aKey, aValue ) : void
CaseDictionary ( )
CaseDictionary ( IDictionary init )
CaseDictionary ( int init )
ContainsKeyCS ( string aKey ) : bool
TryGetValueCS ( string aKey, &aValue ) : bool

Private Methods

Méthode Description
IndexerPropertyAtCS ( )

Method Details

Add() public méthode

public Add ( string aKey, aValue ) : void
aKey string
Résultat void

CaseDictionary() public méthode

public CaseDictionary ( )

CaseDictionary() public méthode

public CaseDictionary ( IDictionary init )
init IDictionary

CaseDictionary() public méthode

public CaseDictionary ( int init )
init int

ContainsKeyCS() public méthode

public ContainsKeyCS ( string aKey ) : bool
aKey string
Résultat bool

TryGetValueCS() public méthode

public TryGetValueCS ( string aKey, &aValue ) : bool
aKey string
Résultat bool