XmlSerializationReaderGetNullAttr Method |
Determines whether the XML element where the System.Xml.XmlReader is currently
positioned has a null attribute set to the value true.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected bool GetNullAttr()
Return Value
Type:
Boolean
true if System.Xml.XmlReader is currently positioned over a null attribute
with the value true; otherwise, false.
See Also