C# Class NContext.Extensions.NameValueCollectionExtensions

Defines extension methods for NameValueCollections.
Show file Open project: PowerDMS/NContext

Public Methods

Method Description
ToDictionary ( this source ) : String>.IDictionary

Converts the NameValueCollection to a Dictionary{TKey,TValue}

Method Details

ToDictionary() public static method

Converts the NameValueCollection to a Dictionary{TKey,TValue}
public static ToDictionary ( this source ) : String>.IDictionary
source this The source.
return String>.IDictionary