'宣言 Public Function New( _ ByVal serializer As C1Serializer, _ ByVal xmlWriter As System.Xml.XmlWriter _ )
'使用法 Dim serializer As C1Serializer Dim xmlWriter As System.Xml.XmlWriter Dim instance As New C1XmlWriter(serializer, xmlWriter)
public C1XmlWriter( C1Serializer serializer, System.Xml.XmlWriter xmlWriter )
パラメータ
- serializer
- The C1Serializer object to assign.
- xmlWriter
- The XmlWriter object to assign.