Click or drag to resize
XmlWriterExtensionMethodsWriteObject Method

[Missing <summary> documentation for "M:Slash.Xml.Utils.XmlWriterExtensionMethods.WriteObject(System.Xml.XmlWriter,System.Object,System.Type)"]

Namespace: Slash.Xml.Utils
Assembly: Slash.Xml (in Slash.Xml.dll) Version: 1.0.5843.24179
Syntax
public static void WriteObject(
	this XmlWriter writer,
	Object obj,
	Type type
)

Parameters

writer
Type: System.XmlXmlWriter

[Missing <param name="writer"/> documentation for "M:Slash.Xml.Utils.XmlWriterExtensionMethods.WriteObject(System.Xml.XmlWriter,System.Object,System.Type)"]

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Slash.Xml.Utils.XmlWriterExtensionMethods.WriteObject(System.Xml.XmlWriter,System.Object,System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Slash.Xml.Utils.XmlWriterExtensionMethods.WriteObject(System.Xml.XmlWriter,System.Object,System.Type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type XmlWriter. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also