XmlSerializationReader.ReadTypedNull(XmlQualifiedName) Método

Definición

Lee un elemento XML que permite los valores null (xsi:nil = 'true') y devuelve un valor Nullable<T> genérico.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

type
XmlQualifiedName

XmlQualifiedName que representa el tipo de datos sencillos para la ubicación actual de XmlReader.

Devoluciones

Object

Un valor Nullable<T> genérico que representa un valor XML null.

Se aplica a