'Declaration Public Overloads Shadows Function ReadXml( _ ByVal fileName As String _ ) As XmlReadMode
public new XmlReadMode ReadXml( string fileName )
Parameters
- fileName
 - The filename (including the path) from which to read.
 
Return Value
The System.Data.XmlReadMode used to read the data.