C# Class Rolcore.Collections.Generic.DictionaryExtensions

Extension methods for Dictionary.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ToNameValueCollection ( string>.this value ) : NameValueCollection

Converts the specified Dictionary{string, string} to a NameValueCollection.

Method Details

ToNameValueCollection() public static méthode

Converts the specified Dictionary{string, string} to a NameValueCollection.
public static ToNameValueCollection ( string>.this value ) : NameValueCollection
value string>.this Specifies the value to convert.
Résultat System.Collections.Specialized.NameValueCollection