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