| OutputSettingValuesContainerDeserializeFromReader Method  | 
 
            Deserializes the data for this container from the xml reader specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void DeserializeFromReader(
	XmlReader reader
)
Public Sub DeserializeFromReader ( 
	reader As XmlReader
)
Parameters
- reader
 - Type: System.XmlXmlReader
The reader. 
See Also