Method | Description | |
---|---|---|
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 |
Returns a new dictionary that excludes specific keys
|
|
Print ( this collection ) : string | ||
ToDictionary ( this collection ) : string>.Dictionary |
||
ToNameValueCollection ( this source, string keyValueSeparator, string itemSeparator ) : |
public static ContainsKey ( this collection, string key ) : bool | ||
collection | this | |
key | string | |
return | bool |
public static Enumerate ( this keys ) : IEnumerable |
||
keys | this | |
return | IEnumerable |
public static Except ( this collection ) : string>.Dictionary |
||
collection | this | |
return | string>.Dictionary |
public static Except ( this collection, IEnumerable |
||
collection | this | |
keysToExclude | IEnumerable |
|
return | string>.Dictionary |
public static Print ( this collection ) : string | ||
collection | this | |
return | string |
public static ToDictionary ( this collection ) : string>.Dictionary |
||
collection | this | |
return | string>.Dictionary |
public static ToNameValueCollection ( this source, string keyValueSeparator, string itemSeparator ) : |
||
source | this | |
keyValueSeparator | string | |
itemSeparator | string | |
return |