DataContractSerializer.KnownTypes Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of types that may be present in the object graph serialized using this instance of the DataContractSerializer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Type)A ReadOnlyCollection(Of T) that contains the expected types passed in as known types to the DataContractSerializer constructor.
Show: