XmlSerializationReader.ReadTypedNull(XmlQualifiedName) Metodo

Definizione

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

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

Oggetto XmlQualifiedName che rappresenta il tipo di dati semplice per la posizione corrente di XmlReader.

Valori restituiti

Nullable<T> Generico che rappresenta un valore XML null.

Si applica a