C# Class DKIM.NameValueCollectionExtensions

Afficher le fichier Open project: dmcgiv/DKIM.Net

Méthodes publiques

Méthode 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 méthode

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 [
Résultat void