C# Class System.Collections.Specialized.StringDictionary

Inheritance: IEnumerable
Afficher le fichier Open project: dotnet/corefx 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 ( System array, int index ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
Remove ( string key ) : void
StringDictionary ( )
this ( string key ) : string

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

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

Remove() public méthode

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

StringDictionary() public méthode

public StringDictionary ( )

this() public méthode

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