empty base implementation

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
protected virtual void AddOtherNamespaces(

	XmlWriter writer

)
Visual Basic (Declaration)
Protected Overridable Sub AddOtherNamespaces ( _

	writer As XmlWriter _

)
Visual C++
protected:

virtual void AddOtherNamespaces(

	XmlWriter^ writer

)

Parameters

writer
Type: System.Xml..::.XmlWriter
the xmlwriter, where we want to add default namespaces to

See Also