C# Class DKIM.NameValueCollectionExtensions

Mostrar archivo Open project: dmcgiv/DKIM.Net

Public Methods

Method Description
Prepend ( [ source, [ name, [ value ) : void

Adds the name and value item to the start of the collection. If the name already exists the origional value is removed.

Method Details

Prepend() public static method

Adds the name and value item to the start of the collection. If the name already exists the origional value is removed.
public static Prepend ( [ source, [ name, [ value ) : void
source [
name [
value [
return void