메소드 | 설명 | |
---|---|---|
Deserialize ( |
Deserializes a play list from specified xml document.
|
|
GetAttributeValue ( |
Returns the value of the specified attribute. If the attribute is not present for the specified node, an empty string is returned.
|
|
Serialize ( IEnumerable |
Serializes the specified play list items.
|
public Deserialize ( |
||
document | The serialized play list as xml document. | |
리턴 | IEnumerable |
public GetAttributeValue ( |
||
node | The xml node. | |
name | string | The attribute name. |
리턴 | string |
public Serialize ( IEnumerable |
||
items | IEnumerable |
The play list. |
리턴 |