'Declaration Public Shared Function ReadList(Of T)( _ ByVal reader As XmlReader _ ) As List(Of T)
'Declaration
Public Shared Function ReadList(Of T)( _ ByVal reader As XmlReader _ ) As List(Of T)
public static List<T> ReadList<T>( XmlReader reader )
XmlUtil Class XmlUtil Members