'Declaration Public Shared Sub ToXmlFile(Of T)( _ ByVal input As T, _ ByVal filename As String _ )
'Declaration
Public Shared Sub ToXmlFile(Of T)( _ ByVal input As T, _ ByVal filename As String _ )
public static void ToXmlFile<T>( T input, string filename )
XmlUtil Class XmlUtil Members