XmlSerializedDescriptorInfo.DeserializerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The class whose ImportFromXml(XElement) method can be used to deserialize the value stored in SerializedDescriptorElement.
public:
property Type ^ DeserializerType { Type ^ get(); };
public Type DeserializerType { get; }
member this.DeserializerType : Type
Public ReadOnly Property DeserializerType As Type