C# Class Rolcore.Collections.Generic.KeyValuePairExtensions

Extension methods for KeyValuePair.
Show file Open project: Rollins/Rolcore

Public Methods

Method Description
ToNameValueCollection ( string>.this value ) : NameValueCollection

Converts the specified KeyValuePair to a NameValueCollection.

Method Details

ToNameValueCollection() public static method

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