메소드 | 설명 | |
---|---|---|
AddDataIfNotEmpty ( string>.this |
Adds the value from an XDocument with the specified element name if it's not empty.
|
|
AddItemIfNotEmpty ( string>.this |
Adds a key/value pair to the specified dictionary if the value is not null or empty.
|
public static AddDataIfNotEmpty ( string>.this |
||
dictionary | string>.this | /// The dictionary. /// |
document | System.Xml.Linq.XDocument | /// The document. /// |
elementName | string | /// Name of the element. /// |
리턴 | void |
public static AddItemIfNotEmpty ( string>.this |
||
dictionary | string>.this | /// The dictionary. /// |
key | string | /// The key. /// |
value | string | /// The value. /// |
리턴 | void |