C# Class System.Collections.Specialized.CaseSensitiveStringDictionary

Inheritance: StringDictionary
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key, string value ) : void
CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices
ContainsKey ( string key ) : bool
Remove ( string key ) : void
this ( string key ) : string

Method Details

Add() public méthode

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

CaseSensitiveStringDictionary() public méthode

public CaseSensitiveStringDictionary ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

Remove() public méthode

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

this() public méthode

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