C# Class System.Net.SpnDictionary

Inheritance: System.Collections.Specialized.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
Clear ( ) : void
ContainsKey ( string key ) : bool
ContainsValue ( string value ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
Remove ( string key ) : void
this ( string key ) : string

Private Methods

Méthode Description
GetCanonicalKey ( string key ) : string
InternalGet ( string canonicalKey ) : string
InternalSet ( string canonicalKey, string spn ) : void
SpnDictionary ( ) : System

Method Details

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsKey() public méthode

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

ContainsValue() public méthode

public ContainsValue ( string value ) : bool
value string
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 ( ) : IEnumerator
Résultat IEnumerator

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