ReadNodes Method
Overloads
ReadNodes<T>(String, XmlReader)
Declaration
public static List<T> ReadNodes<T>(string listName, XmlReader r)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | listName | |
| System.Xml.XmlReader | r |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<T> |
Type Parameters
| Name | Description |
|---|---|
| T |