Click or drag to resize

TypeShortcut.DeserializeFromReader Method

Deserializes the data from reader.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public void DeserializeFromReader(
	XmlReader reader,
	Dictionary<string, Type> typeConverterCoreTypes
)

Parameters

reader
Type: System.Xml.XmlReader
The reader.
typeConverterCoreTypes
Type: System.Collections.Generic.Dictionary<String, Type>
The type converter core types.
See Also