C# Class Nvelope.NameValueCollectionExtensions

Afficher le fichier Open project: TrinityWestern/Nvelope

Méthodes publiques

Méthode Description
ContainsKey ( this collection, string key ) : bool
Enumerate ( this keys ) : IEnumerable
Except ( this collection ) : string>.Dictionary

Returns a new dictionary that excludes specific keys

Except ( this collection, IEnumerable keysToExclude ) : string>.Dictionary

Returns a new dictionary that excludes specific keys

Print ( this collection ) : string
ToDictionary ( this collection ) : string>.Dictionary
ToNameValueCollection ( this source, string keyValueSeparator, string itemSeparator ) : NameValueCollection

Method Details

ContainsKey() public static méthode

public static ContainsKey ( this collection, string key ) : bool
collection this
key string
Résultat bool

Enumerate() public static méthode

public static Enumerate ( this keys ) : IEnumerable
keys this
Résultat IEnumerable

Except() public static méthode

Returns a new dictionary that excludes specific keys
public static Except ( this collection ) : string>.Dictionary
collection this
Résultat string>.Dictionary

Except() public static méthode

Returns a new dictionary that excludes specific keys
public static Except ( this collection, IEnumerable keysToExclude ) : string>.Dictionary
collection this
keysToExclude IEnumerable
Résultat string>.Dictionary

Print() public static méthode

public static Print ( this collection ) : string
collection this
Résultat string

ToDictionary() public static méthode

public static ToDictionary ( this collection ) : string>.Dictionary
collection this
Résultat string>.Dictionary

ToNameValueCollection() public static méthode

public static ToNameValueCollection ( this source, string keyValueSeparator, string itemSeparator ) : NameValueCollection
source this
keyValueSeparator string
itemSeparator string
Résultat System.Collections.Specialized.NameValueCollection