DataContractJsonSerializerSettings.KnownTypes Propriedade
Definição
Obtém ou define uma coleção de tipos que podem estar presentes no grafo de objeto serializado usando essa instância, DataContractJsonSerializerSettings.Gets or sets a collection of types that may be present in the object graph serialized using this instance the DataContractJsonSerializerSettings.
public:
property System::Collections::Generic::IEnumerable<Type ^> ^ KnownTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); void set(System::Collections::Generic::IEnumerable<Type ^> ^ value); };
public System.Collections.Generic.IEnumerable<Type> KnownTypes { get; set; }
public System.Collections.Generic.IEnumerable<Type>? KnownTypes { get; set; }
member this.KnownTypes : seq<Type> with get, set
Public Property KnownTypes As IEnumerable(Of Type)
Valor da propriedade
Uma coleção de tipos que podem estar presentes no grafo de objeto serializado usando essa instância, DataContractJsonSerializerSettings.A collection of types that may be present in the object graph serialized using this instance the DataContractJsonSerializerSettings.