C# Класс DKIM.NameValueCollectionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Prepend() публичный статический Метод

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 [
Результат void