C# Class DotNetOpenAuth.AspNet.Internal.DictionaryExtensions

Show file Open project: NorDroN/DotNetOpenAuth.AspNet.Extensions

Public Methods

Method Description
AddItemIfNotEmpty ( string>.this dictionary, string key, string value ) : void

Method Details

AddItemIfNotEmpty() public static method

public static AddItemIfNotEmpty ( string>.this dictionary, string key, string value ) : void
dictionary string>.this
key string
value string
return void