XmlUtilities.SerializeXmlFile<T>(T, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void SerializeXmlFile<T> (T obj, string fileName);
static member SerializeXmlFile : 'T * string -> unit
Public Shared Sub SerializeXmlFile(Of T) (obj As T, fileName As String)
Type Parameters
- T
Parameters
- obj
- T
- fileName
- String