'Declaration Public Shared Sub WriteList(Of T)( _ ByVal writer As XmlWriter, _ ByVal fieldName As String, _ ByVal source As List(Of T) _ )
'Declaration
Public Shared Sub WriteList(Of T)( _ ByVal writer As XmlWriter, _ ByVal fieldName As String, _ ByVal source As List(Of T) _ )
public static void WriteList<T>( XmlWriter writer, string fieldName, List<T> source )
XmlUtil Class XmlUtil Members