XmlSerializerImplementation.TypedSerializers Propriedade

Definição

Obtém a coleção de serializadores tipados encontrada no assembly.Gets the collection of typed serializers that is found in the assembly.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 virtual property System::Collections::Hashtable ^ TypedSerializers { System::Collections::Hashtable ^ get(); };
public virtual System.Collections.Hashtable TypedSerializers { get; }
member this.TypedSerializers : System.Collections.Hashtable
Public Overridable ReadOnly Property TypedSerializers As Hashtable

Valor da propriedade

Hashtable

Um Hashtable que contém os serializadores tipados.A Hashtable that contains the typed serializers.

Aplica-se a