C# 클래스 Nvelope.NameValueCollectionExtensions

파일 보기 프로젝트 열기: TrinityWestern/Nvelope

공개 메소드들

메소드 설명
ContainsKey ( this collection, string key ) : bool
Enumerate ( this keys ) : IEnumerable
Except ( this collection ) : string>.Dictionary

Returns a new dictionary that excludes specific keys

Except ( this collection, IEnumerable keysToExclude ) : string>.Dictionary

Returns a new dictionary that excludes specific keys

Print ( this collection ) : string
ToDictionary ( this collection ) : string>.Dictionary
ToNameValueCollection ( this source, string keyValueSeparator, string itemSeparator ) : NameValueCollection

메소드 상세

ContainsKey() 공개 정적인 메소드

public static ContainsKey ( this collection, string key ) : bool
collection this
key string
리턴 bool

Enumerate() 공개 정적인 메소드

public static Enumerate ( this keys ) : IEnumerable
keys this
리턴 IEnumerable

Except() 공개 정적인 메소드

Returns a new dictionary that excludes specific keys
public static Except ( this collection ) : string>.Dictionary
collection this
리턴 string>.Dictionary

Except() 공개 정적인 메소드

Returns a new dictionary that excludes specific keys
public static Except ( this collection, IEnumerable keysToExclude ) : string>.Dictionary
collection this
keysToExclude IEnumerable
리턴 string>.Dictionary

Print() 공개 정적인 메소드

public static Print ( this collection ) : string
collection this
리턴 string

ToDictionary() 공개 정적인 메소드

public static ToDictionary ( this collection ) : string>.Dictionary
collection this
리턴 string>.Dictionary

ToNameValueCollection() 공개 정적인 메소드

public static ToNameValueCollection ( this source, string keyValueSeparator, string itemSeparator ) : NameValueCollection
source this
keyValueSeparator string
itemSeparator string
리턴 System.Collections.Specialized.NameValueCollection