C# 클래스 DKIM.NameValueCollectionExtensions

파일 보기 프로젝트 열기: dmcgiv/DKIM.Net

공개 메소드들

메소드 설명
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