[To be supplied.]
[Visual Basic] Overloads Protected Sub WriteNullTag( _ ByVal name As String, _ ByVal ns As String, _ ByVal isNullable As Boolean _ ) [C#] protected void WriteNullTag( string name, string ns, bool isNullable ); [C++] protected: void WriteNullTag( String* name, String* ns, bool isNullable ); [JScript] protected function WriteNullTag( name : String, ns : String, isNullable : Boolean );
XmlSerializationWriter Class | XmlSerializationWriter Members | System.Xml.Serialization Namespace | XmlSerializationWriter.WriteNullTag Overload List