 | XmlWriterExtensionMethodsWriteObject Method |
[Missing <summary> documentation for "M:Slash.Xml.Utils.XmlWriterExtensionMethods.WriteObject(System.Xml.XmlWriter,System.Object,System.Type)"]
Namespace: Slash.Xml.UtilsAssembly: Slash.Xml (in Slash.Xml.dll) Version: 1.0.5843.24179
Syntaxpublic static void WriteObject(
this XmlWriter writer,
Object obj,
Type type
)
<ExtensionAttribute>
Public Shared Sub WriteObject (
writer As XmlWriter,
obj As Object,
type As Type
)
public:
[ExtensionAttribute]
static void WriteObject(
XmlWriter^ writer,
Object^ obj,
Type^ type
)
[<ExtensionAttribute>]
static member WriteObject :
writer : XmlWriter *
obj : Object *
type : Type -> unit
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