XmlSerializationReader.ReadTypedNull(XmlQualifiedName) Metodo

Definizione

Legge un elemento XML che accetta i valori null (xsi:nil = 'true') e restituisce un valore Nullable<T> generico.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 System::Object ^ ReadTypedNull(System::Xml::XmlQualifiedName ^ type);
protected object? ReadTypedNull (System.Xml.XmlQualifiedName type);
protected object ReadTypedNull (System.Xml.XmlQualifiedName type);
member this.ReadTypedNull : System.Xml.XmlQualifiedName -> obj
Protected Function ReadTypedNull (type As XmlQualifiedName) As Object

Parametri

type
XmlQualifiedName

Classe XmlQualifiedName che rappresenta il tipo di dati semplice per la posizione corrente della classe XmlReader.

Restituisce

Oggetto Nullable<T> generico che rappresenta un valore XML null.

Si applica a