C# Class Rolcore.Collections.Generic.KeyValuePairExtensions

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

Méthodes publiques

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

Converts the specified KeyValuePair to a NameValueCollection.

Method Details

ToNameValueCollection() public static méthode

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