Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Light Class / ReadXml Method
The System.Xml.XmlReader stream from which the object is deserialized.


In This Topic
    ReadXml Method (Light)
    In This Topic
    Generates an object from its XML representation.
    Syntax
    'Declaration
     
    Public Overridable Sub ReadXml( _
       ByVal reader As XmlReader _
    ) 
    'Usage
     
    Dim instance As Light
    Dim reader As XmlReader
     
    instance.ReadXml(reader)
    public virtual void ReadXml( 
       XmlReader reader
    )

    Parameters

    reader
    The System.Xml.XmlReader stream from which the object is deserialized.
    See Also