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