EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
DataContractSerializer.KnownTypes Property
May 02, 2013
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<Type>A ReadOnlyCollection<T> that contains the expected types passed in as known types to the DataContractSerializer constructor.